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

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

Issue 714013002: Remove some more zoom-related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 1 month 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/StyleVisualData.h ('k') | sky/engine/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/style/StyleVisualData.cpp
diff --git a/sky/engine/core/rendering/style/StyleVisualData.cpp b/sky/engine/core/rendering/style/StyleVisualData.cpp
index 8ba861c00f9988a128735f3faa6c1cea7a24424f..c0a1dfe46cf0e7c55486d1b574b0684b36649623 100644
--- a/sky/engine/core/rendering/style/StyleVisualData.cpp
+++ b/sky/engine/core/rendering/style/StyleVisualData.cpp
@@ -29,8 +29,6 @@ namespace blink {
StyleVisualData::StyleVisualData()
: hasAutoClip(true)
, textDecoration(RenderStyle::initialTextDecoration())
- // FIXME(sky): Remove
- , m_zoom(1.0f)
{
}
@@ -43,8 +41,6 @@ StyleVisualData::StyleVisualData(const StyleVisualData& o)
, clip(o.clip)
, hasAutoClip(o.hasAutoClip)
, textDecoration(o.textDecoration)
- // FIXME(sky): Remove
- , m_zoom(1.0f)
{
}
« no previous file with comments | « sky/engine/core/rendering/style/StyleVisualData.h ('k') | sky/engine/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698