Index: cc/trees/occlusion.h |
diff --git a/cc/trees/occlusion.h b/cc/trees/occlusion.h |
index 60493cc2f7d5ff737469cd84adfa8a8daf5a3a4f..6d1e5b1f618e09967e4ba44f9a03b696446b93fa 100644 |
--- a/cc/trees/occlusion.h |
+++ b/cc/trees/occlusion.h |
@@ -19,7 +19,10 @@ class CC_EXPORT Occlusion { |
Occlusion(const gfx::Transform& draw_transform, |
const SimpleEnclosedRegion& occlusion_from_outside_target, |
const SimpleEnclosedRegion& occlusion_from_inside_target); |
+ Occlusion GetOcclusionWithGivenDrawTransform( |
+ const gfx::Transform& transform) const; |
+ bool HasOcclusion() const; |
bool IsOccluded(const gfx::Rect& content_rect) const; |
gfx::Rect GetUnoccludedContentRect(const gfx::Rect& content_rect) const; |