Chromium Code Reviews| Index: cc/layer_impl.h |
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
| index 2219cf77bc3e7e9cfa440ccfa0a867c7ab88454c..6cd4a512cd54e2dddb282f02ff7bcc4f860afa6f 100644 |
| --- a/cc/layer_impl.h |
| +++ b/cc/layer_impl.h |
| @@ -288,6 +288,8 @@ public: |
| gfx::Rect layerRectToContentRect(const gfx::RectF& layerRect) const; |
| + virtual bool canClipSelf() const; |
| + |
| protected: |
| LayerImpl(LayerTreeImpl* layerImpl, int); |