commit | 83a538e40ed8bdcda64c4bb5a448c0357b8e5e73 | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Thu May 01 22:53:01 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 01 22:53:01 2014 +0000 |
tree | ef98bffc13833b7928f3d70fea55229d4865a998 | |
parent | 0f7c0570e091a284481c2406d8275d87c3786c1d [diff] | |
parent | 61a7f61007395993e775c3189c9207b157679447 [diff] |
Merge "DO NOT MERGE Add DrawGlInfo kModeProcessNoContext"
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 @@ kModeDraw, // Indicates the the functor is called only to perform // processing and that no draw should be attempted - kModeProcess + kModeProcess, + kModeProcessNoContext }; /**