Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3207)

Unified Diff: cc/trees/occlusion_tracker.h

Issue 205443002: Do not clip inside OcclusionTracker: Contributing Surfaces Edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: occlusion-surface: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698