Index: content/public/browser/android/synchronous_compositor.h |
diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h |
index 62485f155f8bc2cd759eb3b69e8b3d5f3ca78dd1..72c2b19b240007e10608ce73a55411592fd1abc8 100644 |
--- a/content/public/browser/android/synchronous_compositor.h |
+++ b/content/public/browser/android/synchronous_compositor.h |
@@ -91,7 +91,9 @@ class CONTENT_EXPORT SynchronousCompositor { |
gfx::Size surface_size, |
const gfx::Transform& transform, |
gfx::Rect viewport, |
- gfx::Rect clip) = 0; |
+ gfx::Rect clip, |
+ gfx::Rect viewport_rect_for_tile_priority, |
+ const gfx::Transform& transform_for_tile_priority) = 0; |
// For delegated rendering, return resources from parent compositor to this. |
// Note that all resources must be returned before ReleaseHwDraw. |