Index: Source/WebCore/platform/graphics/chromium/cc/CCLayerImpl.h |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/cc/CCLayerImpl.h (revision 112701) |
+++ Source/WebCore/platform/graphics/chromium/cc/CCLayerImpl.h (working copy) |
@@ -158,6 +158,7 @@ |
bool drawOpacityIsAnimating() const { return m_drawOpacityIsAnimating; } |
void setDrawOpacityIsAnimating(bool drawOpacityIsAnimating) { m_drawOpacityIsAnimating = drawOpacityIsAnimating; } |
+ // Usage: if this->usesLayerClipping() is false, then this clipRect should not be used. |
const IntRect& clipRect() const { return m_clipRect; } |
void setClipRect(const IntRect& rect) { m_clipRect = rect; } |
CCRenderSurface* targetRenderSurface() const { return m_targetRenderSurface; } |