| Index: content/public/browser/android/synchronous_compositor.h
|
| diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
|
| index 72c2b19b240007e10608ce73a55411592fd1abc8..4db367fa13d420c9009a304caaf1dc052179a4da 100644
|
| --- a/content/public/browser/android/synchronous_compositor.h
|
| +++ b/content/public/browser/android/synchronous_compositor.h
|
| @@ -80,11 +80,6 @@ class CONTENT_EXPORT SynchronousCompositor {
|
| // releases all hardware resources.
|
| virtual void ReleaseHwDraw() = 0;
|
|
|
| - // Get the share context of the compositor. The returned context is owned
|
| - // by the compositor and is only valid between InitializeHwDraw and
|
| - // ReleaseHwDraw.
|
| - virtual gpu::GLInProcessContext* GetShareContext() = 0;
|
| -
|
| // "On demand" hardware draw. The content is first clipped to |damage_area|,
|
| // then transformed through |transform|, and finally clipped to |view_size|.
|
| virtual scoped_ptr<cc::CompositorFrame> DemandDrawHw(
|
|
|