Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
index 8a2c6373479e8a36b015d161bf2923e2cf6b83e3..bef6b0b6ac30c92ac1c44929791ba7289f580898 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -141,6 +141,8 @@ public: |
void setTransform(const TransformationMatrix&); |
void setShouldFlattenTransform(bool); |
void setRenderingContext(int id); |
+ |
+ bool masksToBounds() const; |
void setMasksToBounds(bool); |
bool drawsContent() const { return m_drawsContent; } |
@@ -324,7 +326,6 @@ private: |
bool m_contentsOpaque : 1; |
bool m_shouldFlattenTransform: 1; |
bool m_backfaceVisibility : 1; |
- bool m_masksToBounds : 1; |
bool m_drawsContent : 1; |
bool m_contentsVisible : 1; |
bool m_isRootForIsolatedGroup : 1; |