Chromium Code Reviews| 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 955460006357a43419a941853293c87e495e38af..a29a0bd40c86b819c0fc117b7b0ad2626a89a9f9 100644 |
| --- a/content/browser/renderer_host/compositor_impl_android.h |
| +++ b/content/browser/renderer_host/compositor_impl_android.h |
| @@ -61,6 +61,9 @@ class CONTENT_EXPORT CompositorImpl |
| virtual void Composite() OVERRIDE; |
| virtual cc::UIResourceId GenerateUIResource( |
| const cc::UIResourceBitmap& bitmap) OVERRIDE; |
| + virtual cc::UIResourceId GenerateCompressedUIResource(gfx::Size& size, |
|
aelias_OOO_until_Jul13
2013/11/07 19:30:27
Can we delete this method? It steals ownership of
powei
2013/11/07 19:45:31
Done.
|
| + int data_size, |
| + void* data) OVERRIDE; |
| virtual void DeleteUIResource(cc::UIResourceId resource_id) OVERRIDE; |
| virtual blink::WebGLId GenerateTexture(gfx::JavaBitmap& bitmap) OVERRIDE; |
| virtual blink::WebGLId GenerateCompressedTexture( |