| Index: cc/scrollbar_layer_unittest.cc
|
| diff --git a/cc/scrollbar_layer_unittest.cc b/cc/scrollbar_layer_unittest.cc
|
| index e6a7bff0b3067757693a358b602684fbf7b6c92b..fa5cd63eb35a66baecf3748c355c494e307d4264 100644
|
| --- a/cc/scrollbar_layer_unittest.cc
|
| +++ b/cc/scrollbar_layer_unittest.cc
|
| @@ -10,10 +10,10 @@
|
| #include "cc/test/fake_impl_proxy.h"
|
| #include "cc/test/fake_layer_tree_host_impl.h"
|
| #include "cc/test/fake_scrollbar_theme_painter.h"
|
| -#include "cc/test/fake_web_graphics_context_3d.h"
|
| #include "cc/test/fake_web_scrollbar.h"
|
| #include "cc/test/fake_web_scrollbar_theme_geometry.h"
|
| #include "cc/test/layer_tree_test_common.h"
|
| +#include "cc/test/test_web_graphics_context_3d.h"
|
| #include "cc/tree_synchronizer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h"
|
| @@ -187,7 +187,7 @@ private:
|
| };
|
|
|
| TEST_F(ScrollbarLayerTestMaxTextureSize, runTest) {
|
| - scoped_ptr<FakeWebGraphicsContext3D> context = FakeWebGraphicsContext3D::Create();
|
| + scoped_ptr<TestWebGraphicsContext3D> context = TestWebGraphicsContext3D::Create();
|
| int max_size = 0;
|
| context->getIntegerv(GL_MAX_TEXTURE_SIZE, &max_size);
|
| setScrollbarBounds(gfx::Size(max_size + 100, max_size + 100));
|
|
|