Index: cc/trees/occlusion_tracker.h |
diff --git a/cc/trees/occlusion_tracker.h b/cc/trees/occlusion_tracker.h |
index 9a0b8a1687eb4402ecdd82012332174730295499..e4567afb647473e441285b41c4c1f8bd90d7fafe 100644 |
--- a/cc/trees/occlusion_tracker.h |
+++ b/cc/trees/occlusion_tracker.h |
@@ -62,8 +62,8 @@ class CC_EXPORT OcclusionTracker { |
// contributing surface that is rendering into another target. |
gfx::Rect UnoccludedContributingSurfaceContentRect( |
const LayerType* layer, |
- bool for_replica, |
- const gfx::Rect& content_rect) const; |
+ const gfx::Rect& content_rect, |
+ const gfx::Transform& draw_transform) const; |
// Gives the region of the screen that is not occluded by something opaque. |
Region ComputeVisibleRegionInScreen() const { |