Index: cc/output/output_surface_client.h |
diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h |
index 2c6c1281b88d2608f2b9375a7a26473204775ae8..fa31986a5ec1778678a7999a04691c8d43a5520f 100644 |
--- a/cc/output/output_surface_client.h |
+++ b/cc/output/output_surface_client.h |
@@ -38,10 +38,12 @@ class CC_EXPORT OutputSurfaceClient { |
virtual void DidSwapBuffersComplete() = 0; |
virtual void ReclaimResources(const CompositorFrameAck* ack) = 0; |
virtual void DidLoseOutputSurface() = 0; |
- virtual void SetExternalDrawConstraints(const gfx::Transform& transform, |
- const gfx::Rect& viewport, |
- const gfx::Rect& clip, |
- bool resourceless_software_draw) = 0; |
+ virtual void SetExternalDrawConstraints( |
+ const gfx::Transform& transform, |
+ const gfx::Rect& viewport, |
+ const gfx::Rect& clip, |
+ const gfx::Rect& device_rect_for_tiling, |
aelias_OOO_until_Jul13
2014/07/16 00:32:56
You're using a lot of different names for this rec
hush (inactive)
2014/07/16 20:45:32
I added external_tiling_rect_ and external_tiling_
|
+ bool resourceless_software_draw) = 0; |
virtual void SetMemoryPolicy(const ManagedMemoryPolicy& policy) = 0; |
// If set, |callback| will be called subsequent to each new tree activation, |
// regardless of the compositor visibility or damage. |callback| must remain |