Index: cc/resources/skpicture_content_layer_updater.h |
diff --git a/cc/resources/skpicture_content_layer_updater.h b/cc/resources/skpicture_content_layer_updater.h |
index a567976a2d87da980a319df4de0da362ff45ccde..af8e71c2be3ebcec958653ebffebcd200e0f2345 100644 |
--- a/cc/resources/skpicture_content_layer_updater.h |
+++ b/cc/resources/skpicture_content_layer_updater.h |
@@ -28,8 +28,7 @@ class SkPictureContentLayerUpdater : public ContentLayerUpdater { |
virtual void PrepareToUpdate(const gfx::Rect& content_rect, |
const gfx::Size& tile_size, |
float contents_width_scale, |
- float contents_height_scale, |
- gfx::Rect* resulting_opaque_rect) OVERRIDE; |
+ float contents_height_scale) OVERRIDE; |
void DrawPicture(SkCanvas* canvas); |
private: |