From 8361a0fa2c24bc58f43a48c77ed6ba9ad1819b63 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 22 Mar 2011 14:38:11 +0000 Subject: [PATCH] Fix macro in Chrome's GL config file Review URL: http://codereview.appspot.com/4308041/ git-svn-id: http://skia.googlecode.com/svn/trunk@980 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/include/GrGLConfig_chrome.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu/include/GrGLConfig_chrome.h b/gpu/include/GrGLConfig_chrome.h index 1b3c1c6b49..227e013afc 100644 --- a/gpu/include/GrGLConfig_chrome.h +++ b/gpu/include/GrGLConfig_chrome.h @@ -15,7 +15,7 @@ #define GR_GL_PROC_ADDRESS(X) &X // chrome always assumes BGRA -#define GR_GL_32BPP_COLOR_FORMAT GR_BGRA +#define GR_GL_32BPP_COLOR_FORMAT GR_GL_BGRA // glGetError() forces a sync with gpu process on chrome #define GR_GL_CHECK_ERROR_START 0