| 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 0999abfc8dc50bec67d819bb1e98e68d061448e7..1013175301a5e7f43c09e9a1479318ea72fde531 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -62,7 +62,6 @@ class WebLayer;
|
| #endif
|
| class WebMouseEvent;
|
| struct WebCompositionUnderline;
|
| -struct WebScreenInfo;
|
| }
|
|
|
| namespace cc {
|
| @@ -91,6 +90,7 @@ class TouchEmulator;
|
| class WebCursor;
|
| struct EditCommand;
|
| struct ResizeParams;
|
| +struct ScreenInfo;
|
| struct TextInputState;
|
|
|
| // This implements the RenderWidgetHost interface that is exposed to
|
| @@ -179,7 +179,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| RenderWidgetHost::InputEventObserver* observer) override;
|
| void RemoveInputEventObserver(
|
| RenderWidgetHost::InputEventObserver* observer) override;
|
| - void GetWebScreenInfo(blink::WebScreenInfo* result) override;
|
| + void GetScreenInfo(content::ScreenInfo* result) override;
|
| void HandleCompositorProto(const std::vector<uint8_t>& proto) override;
|
|
|
| // Notification that the screen info has changed.
|
|
|