Index: sky/engine/core/rendering/style/StyleWillChangeData.cpp |
diff --git a/sky/engine/core/rendering/style/StyleWillChangeData.cpp b/sky/engine/core/rendering/style/StyleWillChangeData.cpp |
index f9f7cf5fce15498102bf802a6bef6f36eb34e66e..7944992ce1256629146701c24c4c7ab87e5f4c90 100644 |
--- a/sky/engine/core/rendering/style/StyleWillChangeData.cpp |
+++ b/sky/engine/core/rendering/style/StyleWillChangeData.cpp |
@@ -9,7 +9,6 @@ namespace blink { |
StyleWillChangeData::StyleWillChangeData() |
: m_contents(false) |
- , m_scrollPosition(false) |
{ |
} |
@@ -17,7 +16,6 @@ StyleWillChangeData::StyleWillChangeData(const StyleWillChangeData& o) |
: RefCounted<StyleWillChangeData>() |
, m_properties(o.m_properties) |
, m_contents(o.m_contents) |
- , m_scrollPosition(o.m_scrollPosition) |
{ |
} |