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

Unified Diff: content/renderer/render_frame_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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 26e162b5fea9d6c2f591ed3a4e7ac9541f40e464..f7cafa2b4962755de1c731aeae160c1cddc95843 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -90,7 +90,6 @@ struct WebCompositionUnderline;
struct WebContextMenuData;
struct WebCursorInfo;
struct WebFindOptions;
-struct WebScreenInfo;
} // namespace blink
namespace gfx {
@@ -161,6 +160,7 @@ struct FrameReplicationState;
struct NavigationParams;
struct RequestNavigationParams;
struct ResourceResponseHead;
+struct ScreenInfo;
struct StartNavigationParams;
struct StreamOverrideParameters;
@@ -176,7 +176,7 @@ class CONTENT_EXPORT RenderFrameImpl
int32_t routing_id,
int32_t widget_routing_id,
bool hidden,
- const blink::WebScreenInfo& screen_info,
+ const ScreenInfo& screen_info,
CompositorDependencies* compositor_deps,
blink::WebFrame* opener);

Powered by Google App Engine
This is Rietveld 408576698