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 a662b1de72ec93b88217d62ca66b685c3277dc4f..e6bd53b4e93303a166d380c39b220b62cb83e32a 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -54,6 +54,7 @@ class CONTENT_EXPORT CompositorImpl |
virtual void SetVisible(bool visible) OVERRIDE; |
virtual void setDeviceScaleFactor(float factor) OVERRIDE; |
virtual void SetWindowBounds(const gfx::Size& size) OVERRIDE; |
+ virtual void SetHasTransparentBackground(bool flag) OVERRIDE; |
virtual bool CompositeAndReadback( |
void *pixels, const gfx::Rect& rect) OVERRIDE; |
virtual void Composite() OVERRIDE; |