| Index: chrome/browser/renderer_host/render_widget_host_view.h
|
| diff --git a/chrome/browser/renderer_host/render_widget_host_view.h b/chrome/browser/renderer_host/render_widget_host_view.h
|
| index 332c264b70f6b613788d18562d7e2ce3f99e0be3..b6137ff163a0f9cc4bd32538c8fbd3494bb3ad09 100644
|
| --- a/chrome/browser/renderer_host/render_widget_host_view.h
|
| +++ b/chrome/browser/renderer_host/render_widget_host_view.h
|
| @@ -261,11 +261,13 @@ class RenderWidgetHostView {
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| - virtual gfx::PluginWindowHandle GetCompositorHostWindow() = 0;
|
| virtual void WillWmDestroy() = 0;
|
| virtual void ShowCompositorHostWindow(bool show) = 0;
|
| #endif
|
|
|
| + virtual gfx::PluginWindowHandle AcquireCompositingSurface() = 0;
|
| + virtual void ReleaseCompositingSurface(gfx::PluginWindowHandle surface) = 0;
|
| +
|
| // Toggles visual muting of the render view area. This is on when a
|
| // constrained window is showing, for example. |color| is the shade of
|
| // the overlay that covers the render view. If |animate| is true, the overlay
|
|
|