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

Unified Diff: content/test/layouttest_support.cc

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
« content/common/view_messages.h ('K') | « content/test/fuzzer/fuzzer_support.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index f9d3d6e53a5fc9016878dfcddddbc24323fb0e88..0d1fe4e9889c1d509668164c344804514dec9656 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -85,7 +85,7 @@ using WebWidgetTestProxyType =
test_runner::WebWidgetTestProxy<RenderWidget,
CompositorDependencies*,
blink::WebPopupType,
- const blink::WebScreenInfo&,
+ const ScreenInfo&,
bool,
bool,
bool>;
@@ -105,7 +105,7 @@ RenderViewImpl* CreateWebViewTestProxy(CompositorDependencies* compositor_deps,
RenderWidget* CreateWebWidgetTestProxy(CompositorDependencies* compositor_deps,
blink::WebPopupType popup_type,
- const blink::WebScreenInfo& screen_info,
+ const ScreenInfo& screen_info,
bool swapped_out,
bool hidden,
bool never_visible) {
« content/common/view_messages.h ('K') | « content/test/fuzzer/fuzzer_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698