Index: content/renderer/pepper/pepper_graphics_2d_host.h |
diff --git a/content/renderer/pepper/pepper_graphics_2d_host.h b/content/renderer/pepper/pepper_graphics_2d_host.h |
index e50b095d8c1ef1e09798a872e3df315c21754517..655f8b1af4011d95eb77b643265bbcaac9bdfc8e 100644 |
--- a/content/renderer/pepper/pepper_graphics_2d_host.h |
+++ b/content/renderer/pepper/pepper_graphics_2d_host.h |
@@ -138,7 +138,9 @@ class CONTENT_EXPORT PepperGraphics2DHost |
// rect argument will be filled by each function with the area affected by |
// the update that requires invalidation. If there were no pixels changed, |
// this rect can be untouched. |
- void ExecuteTransform(const float& scale, const gfx::PointF& translate); |
+ void ExecuteTransform(const float& scale, |
+ const gfx::PointF& translate, |
+ gfx::Rect* invalidated_rect); |
void ExecutePaintImageData(PPB_ImageData_Impl* image, |
int x, |
int y, |