Index: cc/layers/layer_unittest.cc |
diff --git a/cc/layers/layer_unittest.cc b/cc/layers/layer_unittest.cc |
index e914857a7f8e432d6230d731e4f804c81f288d75..7b68b5c1f89350378dc9c7df03483e1245b5a987 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() |