Index: cc/resource_update_controller_unittest.cc |
diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc |
index 4b324b64fc11dd9ea339112bd73923c4d3d5a591..3056f6ebe083abb6e5017d792be96293d9f74aea 100644 |
--- a/cc/resource_update_controller_unittest.cc |
+++ b/cc/resource_update_controller_unittest.cc |
@@ -5,8 +5,8 @@ |
#include "cc/resource_update_controller.h" |
#include "cc/single_thread_proxy.h" // For DebugScopedSetImplThread |
+#include "cc/test/fake_output_surface.h" |
#include "cc/test/fake_proxy.h" |
-#include "cc/test/fake_web_compositor_output_surface.h" |
#include "cc/test/fake_web_graphics_context_3d.h" |
#include "cc/test/scheduler_test_common.h" |
#include "cc/test/tiled_layer_test_common.h" |
@@ -121,7 +121,7 @@ public: |
protected: |
virtual void SetUp() |
{ |
- m_outputSurface = FakeWebCompositorOutputSurface::create(scoped_ptr<WebKit::WebGraphicsContext3D>(new WebGraphicsContext3DForUploadTest(this))); |
+ m_outputSurface = FakeOutputSurface::Create3d(scoped_ptr<WebKit::WebGraphicsContext3D>(new WebGraphicsContext3DForUploadTest(this))); |
m_bitmap.setConfig(SkBitmap::kARGB_8888_Config, 300, 150); |
m_bitmap.allocPixels(); |