| Index: cc/layers/layer_unittest.cc
|
| diff --git a/cc/layers/layer_unittest.cc b/cc/layers/layer_unittest.cc
|
| index ba77513370e4d5350e970a60864b690abb324d3f..9cf97eb31008fdccdca89096850493258f7be033 100644
|
| --- a/cc/layers/layer_unittest.cc
|
| +++ b/cc/layers/layer_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "cc/animation/keyframed_animation_curve.h"
|
| #include "cc/base/math_util.h"
|
| #include "cc/layers/layer_impl.h"
|
| -#include "cc/resources/layer_painter.h"
|
| #include "cc/test/animation_test_common.h"
|
| #include "cc/test/fake_impl_proxy.h"
|
| #include "cc/test/fake_layer_tree_host_client.h"
|
| @@ -49,14 +48,6 @@ class MockLayerTreeHost : public LayerTreeHost {
|
| MOCK_METHOD0(SetNeedsFullTreeSync, void());
|
| };
|
|
|
| -class MockLayerPainter : public LayerPainter {
|
| - public:
|
| - virtual void Paint(SkCanvas* canvas,
|
| - const gfx::Rect& content_rect,
|
| - gfx::RectF* opaque) OVERRIDE {}
|
| -};
|
| -
|
| -
|
| class LayerTest : public testing::Test {
|
| public:
|
| LayerTest()
|
|
|