Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index 696a053bddf17b9e9044a7d7c851c66d68aa8877..5ec52f637b519467b6ddf013663c7ba3cf6cd587 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -18,6 +18,7 @@ |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/browser/renderer_host/render_widget_host_impl.h" |
#include "content/child/geofencing/web_geofencing_provider_impl.h" |
+#include "content/common/gpu/image_transport_surface.h" |
#include "content/common/site_isolation_policy.h" |
#include "content/public/common/page_state.h" |
#include "content/public/renderer/renderer_gamepad_provider.h" |
@@ -30,7 +31,6 @@ |
#include "content/renderer/renderer_blink_platform_impl.h" |
#include "content/shell/common/shell_switches.h" |
#include "device/bluetooth/bluetooth_adapter.h" |
-#include "gpu/ipc/service/image_transport_surface.h" |
#include "third_party/WebKit/public/platform/WebGamepads.h" |
#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotionData.h" |
#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h" |
@@ -179,7 +179,7 @@ |
void EnableBrowserLayoutTestMode() { |
#if defined(OS_MACOSX) |
- gpu::ImageTransportSurface::SetAllowOSMesaForTesting(true); |
+ ImageTransportSurface::SetAllowOSMesaForTesting(true); |
PopupMenuHelper::DontShowPopupMenuForTesting(); |
#endif |
RenderWidgetHostImpl::DisableResizeAckCheckForTesting(); |