| Index: cc/resource_update_controller_unittest.cc
|
| diff --git a/cc/resource_update_controller_unittest.cc b/cc/resource_update_controller_unittest.cc
|
| index 8fb7d18644210a3f162d8809d1852ded80e289d3..9dfcb3ea9e208135783884d25b38836b22a716ef 100644
|
| --- a/cc/resource_update_controller_unittest.cc
|
| +++ b/cc/resource_update_controller_unittest.cc
|
| @@ -8,8 +8,8 @@
|
| #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_graphics_context_3d.h"
|
| #include "cc/test/scheduler_test_common.h"
|
| +#include "cc/test/test_web_graphics_context_3d.h"
|
| #include "cc/test/tiled_layer_test_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/khronos/GLES2/gl2ext.h"
|
| @@ -25,7 +25,7 @@ const int kFlushPeriodPartial = kFlushPeriodFull;
|
|
|
| class ResourceUpdateControllerTest;
|
|
|
| -class WebGraphicsContext3DForUploadTest : public FakeWebGraphicsContext3D {
|
| +class WebGraphicsContext3DForUploadTest : public TestWebGraphicsContext3D {
|
| public:
|
| WebGraphicsContext3DForUploadTest(ResourceUpdateControllerTest *test)
|
| : m_test(test)
|
|
|