| 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) {
|
|
|