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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc

Issue 2767793002: Merge LayoutNGInline into LayoutNG runtime enabled feature (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
index 32399911203e150f7ff7b2d02834289aa092d5c7..d7e9306d950a5609d8654a692e7b05f8b503e7d2 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
@@ -11,12 +11,10 @@ namespace blink {
NGBaseLayoutAlgorithmTest::NGBaseLayoutAlgorithmTest() {
RuntimeEnabledFeatures::setLayoutNGEnabled(true);
- RuntimeEnabledFeatures::setLayoutNGInlineEnabled(true);
}
NGBaseLayoutAlgorithmTest::~NGBaseLayoutAlgorithmTest() {
RuntimeEnabledFeatures::setLayoutNGEnabled(false);
- RuntimeEnabledFeatures::setLayoutNGInlineEnabled(false);
}
void NGBaseLayoutAlgorithmTest::SetUp() {

Powered by Google App Engine
This is Rietveld 408576698