Index: cc/layers/render_surface_impl.h |
diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h |
index f02f3b74e2733d82b55cb7f4d083781812386e86..567ae2efd5bc4e9f5b58f3fa29f86d19b1487646 100644 |
--- a/cc/layers/render_surface_impl.h |
+++ b/cc/layers/render_surface_impl.h |
@@ -153,11 +153,14 @@ class CC_EXPORT RenderSurfaceImpl { |
bool HasCopyRequest() const; |
+ bool ForceRenderSurface() const; |
+ |
void ResetPropertyChangedFlags(); |
bool SurfacePropertyChanged() const; |
bool SurfacePropertyChangedOnlyFromDescendant() const; |
bool AncestorPropertyChanged() const; |
void NoteAncestorPropertyChanged(); |
+ bool ContributingRenderSurfacePropertyChanged() const; |
DamageTracker* damage_tracker() const { return damage_tracker_.get(); } |
gfx::Rect GetDamageRect() const; |