Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2317563004: Change blink::WebScreenInfo to content::ScreenInfo (Closed)
Patch Set: Fix Windows compile Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698