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 924d4e4c704307ca061b710a22e06d2814025159..8e1e6749dd6fbddf30a292e9f2e4721bcc9c215e 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -142,6 +142,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; } |
@@ -319,7 +321,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; |