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

Unified Diff: Source/core/layout/style/StyleDeprecatedFlexibleBoxData.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/StyleBoxData.cpp ('k') | Source/core/layout/style/StyleFlexibleBoxData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
diff --git a/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp b/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
index 4de2103620ef51fa2614f6ac9d267ac22fec22c0..b1f46cb0ca0b71e0b2e35f7f9751f66bff2721e1 100644
--- a/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
+++ b/Source/core/layout/style/StyleDeprecatedFlexibleBoxData.cpp
@@ -22,18 +22,18 @@
#include "config.h"
#include "core/layout/style/StyleDeprecatedFlexibleBoxData.h"
-#include "core/layout/style/LayoutStyle.h"
+#include "core/layout/style/ComputedStyle.h"
namespace blink {
StyleDeprecatedFlexibleBoxData::StyleDeprecatedFlexibleBoxData()
- : flex(LayoutStyle::initialBoxFlex())
- , flexGroup(LayoutStyle::initialBoxFlexGroup())
- , ordinalGroup(LayoutStyle::initialBoxOrdinalGroup())
- , align(LayoutStyle::initialBoxAlign())
- , pack(LayoutStyle::initialBoxPack())
- , orient(LayoutStyle::initialBoxOrient())
- , lines(LayoutStyle::initialBoxLines())
+ : flex(ComputedStyle::initialBoxFlex())
+ , flexGroup(ComputedStyle::initialBoxFlexGroup())
+ , ordinalGroup(ComputedStyle::initialBoxOrdinalGroup())
+ , align(ComputedStyle::initialBoxAlign())
+ , pack(ComputedStyle::initialBoxPack())
+ , orient(ComputedStyle::initialBoxOrient())
+ , lines(ComputedStyle::initialBoxLines())
{
}
« no previous file with comments | « Source/core/layout/style/StyleBoxData.cpp ('k') | Source/core/layout/style/StyleFlexibleBoxData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698