summaryrefslogtreecommitdiffstats
path: root/include/private/hwui/DrawGlInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/hwui/DrawGlInfo.h')
-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 fc810be..236e64c 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
};
/**