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 ef5f4744bedf091c24e0b620ae3c938eb0cd9648..59d808f749322c4016a7f775dfc6d35b7c18568b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h |
@@ -324,7 +324,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; |