| Index: cc/delegated_renderer_layer_impl_unittest.cc
|
| diff --git a/cc/delegated_renderer_layer_impl_unittest.cc b/cc/delegated_renderer_layer_impl_unittest.cc
|
| index 5b295271a327ea3ceb012cfa7747b8d08ca65dfc..15d5d4418c18ab60a01972d3b1a5746ae860452a 100644
|
| --- a/cc/delegated_renderer_layer_impl_unittest.cc
|
| +++ b/cc/delegated_renderer_layer_impl_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "cc/single_thread_proxy.h"
|
| #include "cc/solid_color_draw_quad.h"
|
| #include "cc/solid_color_layer_impl.h"
|
| +#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/geometry_test_utils.h"
|
| #include "cc/test/mock_quad_culler.h"
|
| @@ -21,7 +21,6 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/gfx/transform.h"
|
|
|
| -using WebKit::FakeWebCompositorOutputSurface;
|
| using WebKit::FakeWebGraphicsContext3D;
|
|
|
| using namespace WebKitTests;
|
| @@ -58,7 +57,7 @@ public:
|
| protected:
|
| scoped_ptr<GraphicsContext> createContext()
|
| {
|
| - return FakeWebCompositorOutputSurface::create(scoped_ptr<WebKit::WebGraphicsContext3D>(new FakeWebGraphicsContext3D)).PassAs<GraphicsContext>();
|
| + return FakeOutputSurface::Create(scoped_ptr<WebKit::WebGraphicsContext3D>(new FakeWebGraphicsContext3D)).PassAs<GraphicsContext>();
|
| }
|
|
|
| FakeProxy m_proxy;
|
|
|