| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index f11a9f800446f05dfc15ad6b8b655dfb29066688..1cdf2c53ef34ebc6542e981ca3ed7640d8e2bd03 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -82,6 +82,8 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| virtual void Focus() = 0;
|
| // Returns true if the View currently has the focus.
|
| virtual bool HasFocus() const = 0;
|
| + // Returns true is the current display surface is available.
|
| + virtual bool IsSurfaceAvailableForCopy() const = 0;
|
|
|
| // Shows/hides the view. These must always be called together in pairs.
|
| // It is not legal to call Hide() multiple times in a row.
|
|
|