| Index: content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| diff --git a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| index d46c5fc7e65f8734998ada3be0576d56dc59906c..c2527ecd62f18c74de1e95a601190f84eea042f2 100644
|
| --- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| +++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| @@ -137,7 +137,7 @@ class TouchEditableImplAuraTest : public ContentBrowserTest {
|
| NavigateToURL(shell(), test_url);
|
| aura::Window* content =
|
| shell()->web_contents()->GetView()->GetContentNativeView();
|
| - content->GetDispatcher()->host()->SetBounds(gfx::Rect(800, 600));
|
| + content->GetHost()->SetBounds(gfx::Rect(800, 600));
|
| }
|
|
|
| void TestTouchSelectionOriginatingFromWebpage() {
|
|
|