From 4afdf666fdb034834c48445570ed9d6f4133fc71 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 13 Oct 2010 21:31:28 -0700 Subject: Color filters were ignored by the program cache fast path. Change-Id: I08f2f02d356234a674be778d088e0558fd49c849 --- libs/hwui/ProgramCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/ProgramCache.h') 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()) -- cgit v1.2.3-59-g8ed1b