| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index c980966c7fa93ca84acab2555813127d55531eb7..d94b250413f85a1f60ab1ed1697b93a73fdaa4a9 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -144,6 +144,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual void WasResized() OVERRIDE;
|
| virtual void AddKeyboardListener(KeyboardListener* listener) OVERRIDE;
|
| virtual void RemoveKeyboardListener(KeyboardListener* listener) OVERRIDE;
|
| + virtual void GetWebScreenInfo(WebKit::WebScreenInfo* result) OVERRIDE;
|
|
|
| // Notification that the screen info has changed.
|
| void NotifyScreenInfoChanged();
|
| @@ -511,8 +512,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| // Returns whether an overscroll gesture is in progress.
|
| bool IsInOverscrollGesture() const;
|
|
|
| - void GetWebScreenInfo(WebKit::WebScreenInfo* result);
|
| -
|
| // The View associated with the RenderViewHost. The lifetime of this object
|
| // is associated with the lifetime of the Render process. If the Renderer
|
| // crashes, its View is destroyed and this pointer becomes NULL, even though
|
|
|