Index: content/test/layouttest_support.cc |
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc |
index 5157465a7c860c1ad7b338e098ef783308e72093..7f4b137e759a32f02ea6011fbc1ad17fa6c962ab 100644 |
--- a/content/test/layouttest_support.cc |
+++ b/content/test/layouttest_support.cc |
@@ -18,7 +18,6 @@ |
#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" |
@@ -31,6 +30,7 @@ |
#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" |
@@ -168,7 +168,7 @@ void EnableRendererLayoutTestMode() { |
void EnableBrowserLayoutTestMode() { |
#if defined(OS_MACOSX) |
- ImageTransportSurface::SetAllowOSMesaForTesting(true); |
+ gpu::ImageTransportSurface::SetAllowOSMesaForTesting(true); |
PopupMenuHelper::DontShowPopupMenuForTesting(); |
#endif |
RenderWidgetHostImpl::DisableResizeAckCheckForTesting(); |