| 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 2245f73b21e79fd5fedd8c255d47c3563ed52e44..e4a5827590e263794bae2ea2e4515344e29827f8 100644
|
| --- a/android_webview/browser/shared_renderer_state.h
|
| +++ b/android_webview/browser/shared_renderer_state.h
|
| @@ -64,9 +64,6 @@ class SharedRendererState {
|
|
|
| const ParentCompositorDrawConstraints ParentDrawConstraints() const;
|
|
|
| - void SetSharedContext(gpu::GLInProcessContext* context);
|
| - gpu::GLInProcessContext* GetSharedContext() const;
|
| -
|
| void InsertReturnedResources(const cc::ReturnedResourceArray& resources);
|
| void SwapReturnedResources(cc::ReturnedResourceArray* resources);
|
| bool ReturnedResourcesEmpty() const;
|
| @@ -91,7 +88,6 @@ class SharedRendererState {
|
| scoped_ptr<DrawGLInput> draw_gl_input_;
|
| bool inside_hardware_release_;
|
| ParentCompositorDrawConstraints parent_draw_constraints_;
|
| - gpu::GLInProcessContext* share_context_;
|
| cc::ReturnedResourceArray returned_resources_;
|
| base::Closure request_draw_gl_closure_;
|
|
|
|
|