| Index: cc/test/fake_graphics_context_3d_unittest.cc
|
| diff --git a/cc/test/fake_graphics_context_3d_unittest.cc b/cc/test/fake_graphics_context_3d_unittest.cc
|
| index 01f1fbff72a7edef75f4f5cbef6493e03e9ec7e0..f5e0c66e8325ad655d8dc495feed35804236f7a3 100644
|
| --- a/cc/test/fake_graphics_context_3d_unittest.cc
|
| +++ b/cc/test/fake_graphics_context_3d_unittest.cc
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/test/fake_web_graphics_context_3d.h"
|
| +#include "cc/test/test_web_graphics_context_3d.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace cc {
|
| namespace {
|
|
|
| -class ContextThatCountsMakeCurrents : public WebKit::FakeWebGraphicsContext3D {
|
| +class ContextThatCountsMakeCurrents : public TestWebGraphicsContext3D {
|
| public:
|
| ContextThatCountsMakeCurrents() : m_makeCurrentCount(0) { }
|
| virtual bool makeContextCurrent() OVERRIDE
|
|
|