| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index f12d62c2185b602ea7a7ee80a3ebd440e47da7f2..9ca479afd3e7216124352dffc8506682c796e94b 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -13,7 +13,6 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeViewClient.h"
|
|
|
| -
|
| struct ANativeWindow;
|
|
|
| namespace content {
|
| @@ -41,6 +40,8 @@ class CompositorImpl : public Compositor,
|
| virtual WebKit::WebGLId GenerateCompressedTexture(
|
| gfx::Size& size, int data_size, void* data) OVERRIDE;
|
| virtual void DeleteTexture(WebKit::WebGLId texture_id) OVERRIDE;
|
| + virtual void CopyTextureToBitmap(WebKit::WebGLId texture_id,
|
| + gfx::JavaBitmap& bitmap) OVERRIDE;
|
|
|
| // WebLayerTreeViewClient implementation.
|
| virtual void updateAnimations(double frameBeginTime) OVERRIDE;
|
|
|