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

Unified Diff: third_party/WebKit/Source/core/style/StyleBoxData.cpp

Issue 2635143002: Changed EBoxSizing to an enum class and renamed its members (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/style/StyleBoxData.cpp
diff --git a/third_party/WebKit/Source/core/style/StyleBoxData.cpp b/third_party/WebKit/Source/core/style/StyleBoxData.cpp
index 415f63d6a5b6a6a720522597f3a13f56ae859aa3..77192af2d334446137410a9807057acd45633720 100644
--- a/third_party/WebKit/Source/core/style/StyleBoxData.cpp
+++ b/third_party/WebKit/Source/core/style/StyleBoxData.cpp
@@ -41,7 +41,7 @@ StyleBoxData::StyleBoxData()
m_maxHeight(ComputedStyle::initialMaxSize()),
m_zIndex(0),
m_hasAutoZIndex(true),
- m_boxSizing(BoxSizingContentBox),
+ m_boxSizing(EBoxSizing::ContentBox),
m_boxDecorationBreak(BoxDecorationBreakSlice) {}
StyleBoxData::StyleBoxData(const StyleBoxData& o)

Powered by Google App Engine
This is Rietveld 408576698