| Index: android_webview/browser/shared_renderer_state.h
|
| diff --git a/android_webview/browser/shared_renderer_state.h b/android_webview/browser/shared_renderer_state.h
|
| index b687503cb42cd61ed273c1c220fe41a27538cffa..7e79332ad0dd8948289d7c74e6befccb57be3254 100644
|
| --- a/android_webview/browser/shared_renderer_state.h
|
| +++ b/android_webview/browser/shared_renderer_state.h
|
| @@ -53,6 +53,7 @@ class SharedRendererState {
|
| void ClientRequestDrawGL();
|
| void DidDrawGLProcess();
|
|
|
| + bool HasDrawGLInput() const;
|
| void SetDrawGLInput(scoped_ptr<DrawGLInput> input);
|
| scoped_ptr<DrawGLInput> PassDrawGLInput();
|
|
|
|
|