| Index: trunk/src/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc (revision 244032)
|
| +++ trunk/src/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc (working copy)
|
| @@ -137,7 +137,7 @@
|
| NavigateToURL(shell(), test_url);
|
| aura::Window* content =
|
| shell()->web_contents()->GetView()->GetContentNativeView();
|
| - content->GetDispatcher()->host()->SetBounds(gfx::Rect(800, 600));
|
| + content->GetDispatcher()->SetHostSize(gfx::Size(800, 600));
|
| }
|
|
|
| void TestTouchSelectionOriginatingFromWebpage() {
|
|
|