| 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 bd228ac9fc36ae0c79e185a36c93ccf08a357b7f..b477e5ca1dc3fdd3ac0f9e053d0f4aace9df5e52 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -143,6 +143,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();
|
| @@ -506,8 +507,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
|
|
|