diff options
Diffstat (limited to 'cc/layers/tiled_layer.h')
-rw-r--r-- | cc/layers/tiled_layer.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cc/layers/tiled_layer.h b/cc/layers/tiled_layer.h index e6112d0..a2d1ecb 100644 --- a/cc/layers/tiled_layer.h +++ b/cc/layers/tiled_layer.h @@ -34,8 +34,7 @@ class CC_EXPORT TiledLayer : public ContentsScalingLayer { OVERRIDE; virtual Region VisibleContentOpaqueRegion() const OVERRIDE; virtual void Update(ResourceUpdateQueue* queue, - const OcclusionTracker* occlusion, - RenderingStats* stats) OVERRIDE; + const OcclusionTracker* occlusion) OVERRIDE; protected: TiledLayer(); @@ -96,7 +95,6 @@ class CC_EXPORT TiledLayer : public ContentsScalingLayer { int bottom, ResourceUpdateQueue* queue, const OcclusionTracker* occlusion, - RenderingStats* stats, bool* did_paint); bool HaveTexturesForTiles(int left, int top, @@ -114,8 +112,7 @@ class CC_EXPORT TiledLayer : public ContentsScalingLayer { int right, int bottom, ResourceUpdateQueue* queue, - const OcclusionTracker* occlusion, - RenderingStats* stats); + const OcclusionTracker* occlusion); void UpdateScrollPrediction(); UpdatableTile* TileAt(int i, int j) const; |