summaryrefslogtreecommitdiffstats
path: root/include/private/hwui
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/hwui')
-rw-r--r--include/private/hwui/DrawGlInfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/private/hwui/DrawGlInfo.h b/include/private/hwui/DrawGlInfo.h
index 3b7ba8b..a357a01 100644
--- a/include/private/hwui/DrawGlInfo.h
+++ b/include/private/hwui/DrawGlInfo.h
@@ -55,7 +55,10 @@ struct DrawGlInfo {
kModeDraw,
// Indicates the the functor is called only to perform
// processing and that no draw should be attempted
- kModeProcess
+ kModeProcess,
+ // Same as kModeProcess, however there is no GL context because it was
+ // lost or destroyed
+ kModeProcessNoContext
};
/**