| Index: content/browser/renderer_host/render_widget_host_view_gtk.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| index d500a4a279c5db6899a97bed8834d621c9caade0..d727d33810a8ceb2abbfecb9d2e6e1738f7fcd8d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h
|
| @@ -58,6 +58,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGtk
|
| virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE;
|
| virtual gfx::NativeViewAccessible GetNativeViewAccessible() OVERRIDE;
|
| virtual bool HasFocus() const OVERRIDE;
|
| + virtual bool IsSurfaceAvailableForCopy() const OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
| virtual void Hide() OVERRIDE;
|
| virtual bool IsShowing() OVERRIDE;
|
|
|