| 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)
|
| {
|
| }
|
|
|
|
|