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 f559b97337ee48bf5855521b502ca1d53ebcf859..810daf29e2d77143a9188ed30a6ebceaeba8c29d 100644 |
--- a/content/public/browser/android/synchronous_compositor.h |
+++ b/content/public/browser/android/synchronous_compositor.h |
@@ -55,9 +55,10 @@ class CONTENT_EXPORT SynchronousCompositor { |
// then transformed through |transform|, and finally clipped to |view_size| |
// and by the existing stencil buffer if any. |
virtual bool DemandDrawHw( |
- gfx::Size view_size, |
+ gfx::Size surface_size, |
const gfx::Transform& transform, |
- gfx::Rect damage_area, |
+ gfx::Rect viewport, |
+ gfx::Rect clip, |
bool stencil_enabled) = 0; |
// "On demand" SW draw, into the supplied canvas (observing the transform |