From 61a7f61007395993e775c3189c9207b157679447 Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Thu, 1 May 2014 15:46:27 -0700 Subject: [PATCH] DO NOT MERGE Add DrawGlInfo kModeProcessNoContext Change-Id: I5a515c348c058264361ca9191f8fd7f0e6ff932b --- include/private/hwui/DrawGlInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h index fc810be8dc627..236e64c325e2c 100644 --- a/include/private/hwui/DrawGlInfo.h +++ b/include/private/hwui/DrawGlInfo.h @@ -55,7 +55,8 @@ struct DrawGlInfo { kModeDraw, // Indicates the the functor is called only to perform // processing and that no draw should be attempted - kModeProcess + kModeProcess, + kModeProcessNoContext }; /**