Index: chrome/browser/renderer_host/render_widget_host_view_gtk.h |
diff --git a/chrome/browser/renderer_host/render_widget_host_view_gtk.h b/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
index 40ffe6640b42cbd677ad0af5ccf31d83369c98af..57ed2b7bf562b474fc0d84943b52aa981157258f 100644 |
--- a/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
+++ b/chrome/browser/renderer_host/render_widget_host_view_gtk.h |
@@ -90,7 +90,10 @@ class RenderWidgetHostViewGtk : public RenderWidgetHostView, |
virtual void DestroyPluginContainer(gfx::PluginWindowHandle id); |
virtual void SetVisuallyDeemphasized(const SkColor* color, bool animate); |
virtual bool ContainsNativeView(gfx::NativeView native_view) const; |
+ |
virtual void AcceleratedCompositingActivated(bool activated); |
+ virtual gfx::PluginWindowHandle AcquireCompositingSurface(); |
+ virtual void ReleaseCompositingSurface(gfx::PluginWindowHandle surface); |
// ui::AnimationDelegate implementation. |
virtual void AnimationEnded(const ui::Animation* animation); |