Index: cc/test/tiled_layer_test_common.h |
diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h |
index b2aec8adcdeade2c14bc30f84563c61573146fb7..a6142ff7521ba54c4b8055505473eaf3cffc851f 100644 |
--- a/cc/test/tiled_layer_test_common.h |
+++ b/cc/test/tiled_layer_test_common.h |
@@ -32,8 +32,7 @@ class FakeLayerUpdater : public LayerUpdater { |
virtual void Update(ResourceUpdateQueue* queue, |
gfx::Rect source_rect, |
gfx::Vector2d dest_offset, |
- bool partial_update, |
- RenderingStats* stats) OVERRIDE; |
+ bool partial_update) OVERRIDE; |
private: |
FakeLayerUpdater* layer_; |
@@ -51,8 +50,7 @@ class FakeLayerUpdater : public LayerUpdater { |
gfx::Size tile_size, |
float contents_width_scale, |
float contents_height_scale, |
- gfx::Rect* resulting_opaque_rect, |
- RenderingStats* stats) OVERRIDE; |
+ gfx::Rect* resulting_opaque_rect) OVERRIDE; |
// Sets the rect to invalidate during the next call to PrepareToUpdate(). |
// After the next call to PrepareToUpdate() the rect is reset. |
void SetRectToInvalidate(gfx::Rect rect, FakeTiledLayer* layer); |
@@ -153,6 +151,7 @@ class FakeTiledLayerWithScaledBounds : public FakeTiledLayer { |
virtual ~FakeTiledLayerWithScaledBounds(); |
gfx::Size forced_content_bounds_; |
+ private: |
DISALLOW_COPY_AND_ASSIGN(FakeTiledLayerWithScaledBounds); |
}; |