| Index: cc/layers/render_surface_impl.h
|
| diff --git a/cc/layers/render_surface_impl.h b/cc/layers/render_surface_impl.h
|
| index d4f5414a84b8731e2c374c453178b6ace8bda0be..eafa789238f45cd55972cf241c90d48becad38ec 100644
|
| --- a/cc/layers/render_surface_impl.h
|
| +++ b/cc/layers/render_surface_impl.h
|
| @@ -142,6 +142,8 @@ class CC_EXPORT RenderSurfaceImpl {
|
| bool HasReplica() const;
|
| const LayerImpl* ReplicaLayer() const;
|
|
|
| + bool HasCopyRequest() const;
|
| +
|
| void ResetPropertyChangedFlag() { surface_property_changed_ = false; }
|
| bool SurfacePropertyChanged() const;
|
| bool SurfacePropertyChangedOnlyFromDescendant() const;
|
|
|