Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1742)

Unified Diff: android_webview/public/browser/draw_gl.h

Issue 251843006: aw: Add new DrawGL modes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move share state Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/public/browser/draw_gl.h
diff --git a/android_webview/public/browser/draw_gl.h b/android_webview/public/browser/draw_gl.h
index 56e3064c5fc5066edcc12b1295203b3a4df72216..6409598b2a9e53e9cd56c9986e27a567a8f4604d 100644
--- a/android_webview/public/browser/draw_gl.h
+++ b/android_webview/public/browser/draw_gl.h
@@ -15,6 +15,8 @@ struct AwDrawGLInfo {
enum Mode {
kModeDraw,
kModeProcess,
+ kModeProcessNoContext,
+ kModeSync,
} mode;
// Input: current clip rect in surface coordinates. Reflects the current state
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698