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

Unified Diff: Source/core/css/StyleResolver.cpp

Issue 13937017: Implement lazy block layout prototype behind a runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/core/css/StyleResolver.cpp
diff --git a/Source/core/css/StyleResolver.cpp b/Source/core/css/StyleResolver.cpp
index 7164b6f73afa211d00c9bbf669f00e4307ec28bf..c600f8e288e3ab576f9e840371b697c2755b3ee2 100644
--- a/Source/core/css/StyleResolver.cpp
+++ b/Source/core/css/StyleResolver.cpp
@@ -1481,6 +1481,7 @@ static EDisplay equivalentBlockDisplay(EDisplay display, bool isFloating, bool s
case BOX:
case FLEX:
case GRID:
+ case LAZY_BLOCK:
return display;
case LIST_ITEM:

Powered by Google App Engine
This is Rietveld 408576698