Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: sky/engine/core/rendering/style/StyleWillChangeData.cpp

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/rendering/style/StyleWillChangeData.h ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
}
« no previous file with comments | « sky/engine/core/rendering/style/StyleWillChangeData.h ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698