Index: cc/resources/layer_updater.h |
diff --git a/cc/resources/layer_updater.h b/cc/resources/layer_updater.h |
index a8b7657b966a08452b7de18ffde9141681c265c8..13359ff55e53bf958a61df89103c7e744fe3bfe9 100644 |
--- a/cc/resources/layer_updater.h |
+++ b/cc/resources/layer_updater.h |
@@ -17,7 +17,6 @@ class PrioritizedResource; |
class PrioritizedResourceManager; |
class ResourceUpdateQueue; |
class TextureManager; |
-struct RenderingStats; |
class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> { |
public: |
@@ -32,8 +31,7 @@ class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> { |
virtual void Update(ResourceUpdateQueue* queue, |
gfx::Rect source_rect, |
gfx::Vector2d dest_offset, |
- bool partial_update, |
- RenderingStats* stats) = 0; |
+ bool partial_update) = 0; |
protected: |
explicit Resource(scoped_ptr<PrioritizedResource> texture); |
@@ -54,8 +52,7 @@ class CC_EXPORT LayerUpdater : public base::RefCounted<LayerUpdater> { |
gfx::Size tile_size, |
float contents_width_scale, |
float contents_height_scale, |
- gfx::Rect* resulting_opaque_rect, |
- RenderingStats* stats) {} |
+ gfx::Rect* resulting_opaque_rect) {} |
// Set true by the layer when it is known that the entire output is going to |
// be opaque. |