| 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
|
|
|