summaryrefslogtreecommitdiff
path: root/libs/hwui/ProgramCache.h
diff options
context:
space:
mode:
author Romain Guy <romainguy@android.com> 2010-10-13 21:31:28 -0700
committer Romain Guy <romainguy@android.com> 2010-10-13 21:31:28 -0700
commit4afdf666fdb034834c48445570ed9d6f4133fc71 (patch)
treea957f9f7fc930ac5e7eed44b8849ecee9794c6ab /libs/hwui/ProgramCache.h
parent1b422d8cd8ed83b79e977a3afb99969cea4a6700 (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.h2
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())