summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Liu <boliu@google.com>2014-05-01 15:46:27 -0700
committerBo Liu <boliu@google.com>2014-05-01 15:51:41 -0700
commit61a7f61007395993e775c3189c9207b157679447 (patch)
treeef98bffc13833b7928f3d70fea55229d4865a998
parent0f7c0570e091a284481c2406d8275d87c3786c1d (diff)
downloadbase-61a7f61007395993e775c3189c9207b157679447.tar.gz
DO NOT MERGE Add DrawGlInfo kModeProcessNoContext
Change-Id: I5a515c348c058264361ca9191f8fd7f0e6ff932b
-rw-r--r--include/private/hwui/DrawGlInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h
index fc810be8dc62..236e64c325e2 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
};
/**