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

Unified Diff: Source/core/layout/style/StyleTransformData.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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 | « Source/core/layout/style/StyleRareNonInheritedData.cpp ('k') | Source/core/layout/style/StyleVisualData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleTransformData.cpp
diff --git a/Source/core/layout/style/StyleTransformData.cpp b/Source/core/layout/style/StyleTransformData.cpp
index 1519562000588685b53b23f6ae3e0ca781a7fd8d..4689ecea1696c82e4bba95d81fa732dd12f726cc 100644
--- a/Source/core/layout/style/StyleTransformData.cpp
+++ b/Source/core/layout/style/StyleTransformData.cpp
@@ -22,14 +22,14 @@
#include "config.h"
#include "core/layout/style/StyleTransformData.h"
-#include "core/layout/style/LayoutStyle.h"
+#include "core/layout/style/ComputedStyle.h"
namespace blink {
StyleTransformData::StyleTransformData()
- : m_operations(LayoutStyle::initialTransform())
- , m_origin(LayoutStyle::initialTransformOrigin())
- , m_motion(nullptr, LayoutStyle::initialMotionOffset(), LayoutStyle::initialMotionRotation(), LayoutStyle::initialMotionRotationType())
+ : m_operations(ComputedStyle::initialTransform())
+ , m_origin(ComputedStyle::initialTransformOrigin())
+ , m_motion(nullptr, ComputedStyle::initialMotionOffset(), ComputedStyle::initialMotionRotation(), ComputedStyle::initialMotionRotationType())
{
}
« no previous file with comments | « Source/core/layout/style/StyleRareNonInheritedData.cpp ('k') | Source/core/layout/style/StyleVisualData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698