Add SK_IGNORE_GL_TEXTURE_TARGET to SkUserConfig.h
This will allow an atomic change that makes Chrome use the new GrGLTextureInfo object and undefines this macro. Currently the macro is defined in a gyp file in the skia repository on behalf of Chrome. BUG=551072 Review URL: https://codereview.chromium.org/1509443003 Cr-Commit-Position: refs/heads/master@{#363583}
This commit is contained in:
@ -241,6 +241,9 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
||||
*/
|
||||
#define SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS
|
||||
|
||||
#ifndef SK_IGNORE_GL_TEXTURE_TARGET
|
||||
# define SK_IGNORE_GL_TEXTURE_TARGET
|
||||
#endif
|
||||
#define SK_IGNORE_BLURRED_RRECT_OPT
|
||||
#define SK_USE_DISCARDABLE_SCALEDIMAGECACHE
|
||||
#define SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT
|
||||
|
Reference in New Issue
Block a user