| Index: content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc b/content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc
|
| index c1a86f8d6c266b4729898bf854cceb71ae65f05b..3f7dd525e9a3b5023c029ee2fa7c4dfef7f9e6f7 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller_client_aura_browsertest.cc
|
| @@ -131,7 +131,7 @@ class TouchSelectionControllerClientAuraTest : public ContentBrowserTest {
|
| GURL test_url(embedded_test_server()->GetURL(url));
|
| NavigateToURL(shell(), test_url);
|
| aura::Window* content = shell()->web_contents()->GetContentNativeView();
|
| - content->GetHost()->SetBounds(gfx::Rect(800, 600));
|
| + content->GetHost()->SetBoundsInPixels(gfx::Rect(800, 600));
|
| }
|
|
|
| bool GetPointInsideText(gfx::PointF* point) {
|
|
|