| Index: android_webview/browser/browser_view_renderer_client.h
|
| diff --git a/android_webview/browser/browser_view_renderer_client.h b/android_webview/browser/browser_view_renderer_client.h
|
| index 064f766aa9c3aaf14fb47daa04b32e7b89640d68..64c4d97c08391e9c9b09eccb908e14888d83baa0 100644
|
| --- a/android_webview/browser/browser_view_renderer_client.h
|
| +++ b/android_webview/browser/browser_view_renderer_client.h
|
| @@ -15,11 +15,6 @@ struct ParentCompositorDrawConstraints;
|
|
|
| class BrowserViewRendererClient {
|
| public:
|
| - // Request DrawGL to be in called AwDrawGLInfo::kModeProcess type.
|
| - // |wait_for_completion| will cause the call to block until DrawGL has
|
| - // happened. The callback may never be made, and the mode may be promoted to
|
| - // kModeDraw.
|
| - virtual bool RequestDrawGL(bool wait_for_completion) = 0;
|
|
|
| // Called when a new Picture is available. Needs to be enabled
|
| // via the EnableOnNewPicture method.
|
| @@ -30,10 +25,6 @@ class BrowserViewRendererClient {
|
| // calls invalidate.
|
| virtual void PostInvalidate() = 0;
|
|
|
| - // Call postInvalidateOnAnimation for invalidations. This is only used to
|
| - // synchronize draw functor destruction.
|
| - virtual void DetachFunctorFromView() = 0;
|
| -
|
| // Called to get view's absolute location on the screen.
|
| virtual gfx::Point GetLocationOnScreen() = 0;
|
|
|
|
|