diff options
author | 2010-10-13 21:31:28 -0700 | |
---|---|---|
committer | 2010-10-13 21:31:28 -0700 | |
commit | 4afdf666fdb034834c48445570ed9d6f4133fc71 (patch) | |
tree | a957f9f7fc930ac5e7eed44b8849ecee9794c6ab /libs/hwui/ProgramCache.h | |
parent | 1b422d8cd8ed83b79e977a3afb99969cea4a6700 (diff) |
Color filters were ignored by the program cache fast path.
Change-Id: I08f2f02d356234a674be778d088e0558fd49c849
Diffstat (limited to 'libs/hwui/ProgramCache.h')
-rw-r--r-- | libs/hwui/ProgramCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index ec9851e8ea56..9cb13b391f63 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -135,7 +135,7 @@ struct ProgramDescription { GLenum bitmapWrapT; // Color operations - int colorOp; + ColorModifier colorOp; SkXfermode::Mode colorMode; // Framebuffer blending (requires Extensions.hasFramebufferFetch()) |