| Index: trunk/src/content/test/layouttest_support.cc
|
| ===================================================================
|
| --- trunk/src/content/test/layouttest_support.cc (revision 204037)
|
| +++ trunk/src/content/test/layouttest_support.cc (working copy)
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/lazy_instance.h"
|
| -#include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/common/gpu/image_transport_surface.h"
|
| #include "content/renderer/render_thread_impl.h"
|
| #include "content/renderer/render_view_impl.h"
|
| @@ -70,7 +69,6 @@
|
| #elif defined(OS_WIN) && !defined(USE_AURA)
|
| WebContentsDragWin::DisableDragDropForTesting();
|
| #endif
|
| - RenderWidgetHostImpl::DisableResizeAckCheckForTesting();
|
| }
|
|
|
| int GetLocalSessionHistoryLength(RenderView* render_view) {
|
|
|