| Index: cc/resource_update_controller_unittest.cc
|
| diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc
|
| index fad3f26aa46fad51388a809658247c94c1bc19e6..06bdceed6c60d76b6c32c09a531e7af4a4bba24d 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_context = FakeWebCompositorOutputSurface::create(scoped_ptr<WebKit::WebGraphicsContext3D>(new WebGraphicsContext3DForUploadTest(this)));
|
| + m_context = FakeOutputSurface::Create(scoped_ptr<WebKit::WebGraphicsContext3D>(new WebGraphicsContext3DForUploadTest(this)));
|
| m_bitmap.setConfig(SkBitmap::kARGB_8888_Config, 300, 150);
|
| m_bitmap.allocPixels();
|
|
|
|
|