Index: Source/platform/scroll/ScrollableArea.cpp |
diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp |
index a87b7587cb35f5f139ef04989a5184d602a947ff..a3dae50a1d611fd70b218c631302ac3d4490e0c2 100644 |
--- a/Source/platform/scroll/ScrollableArea.cpp |
+++ b/Source/platform/scroll/ScrollableArea.cpp |
@@ -47,7 +47,6 @@ namespace blink { |
struct SameSizeAsScrollableArea { |
virtual ~SameSizeAsScrollableArea(); |
- unsigned damageBits : 2; |
IntRect scrollbarDamage[2]; |
void* pointer; |
unsigned bitfields : 16; |
@@ -73,9 +72,7 @@ int ScrollableArea::maxOverlapBetweenPages() |
} |
ScrollableArea::ScrollableArea() |
- : m_hasHorizontalBarDamage(false) |
- , m_hasVerticalBarDamage(false) |
- , m_constrainsScrollingToContentEdge(true) |
+ : m_constrainsScrollingToContentEdge(true) |
, m_inLiveResize(false) |
, m_verticalScrollElasticity(ScrollElasticityNone) |
, m_horizontalScrollElasticity(ScrollElasticityNone) |