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

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

Issue 1024083003: Use StyleNode in StockMenu (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/examples/stocks-fn/lib/stock_menu.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/style/StyleBoxData.cpp
diff --git a/sky/engine/core/rendering/style/StyleBoxData.cpp b/sky/engine/core/rendering/style/StyleBoxData.cpp
index b38ea21c3f1eb03fadc7a07c3864f1592e6c3b37..53304482da0078ae6714ce5ffa0a7fe05f8ae2bc 100644
--- a/sky/engine/core/rendering/style/StyleBoxData.cpp
+++ b/sky/engine/core/rendering/style/StyleBoxData.cpp
@@ -41,7 +41,7 @@ StyleBoxData::StyleBoxData()
, m_maxHeight(RenderStyle::initialMaxSize())
, m_zIndex(0)
, m_hasAutoZIndex(true)
- , m_boxSizing(CONTENT_BOX)
+ , m_boxSizing(RenderStyle::initialBoxSizing())
, m_boxDecorationBreak(DSLICE)
{
}
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/examples/stocks-fn/lib/stock_menu.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698