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

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

Issue 2536323003: [LayoutNG] Fix enum values to conform to kEnumName in style guide. (Closed)
Patch Set: rebase. Created 4 years 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_text_layout_algorithm.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
index a3426bc7ff2d41853d2f26b2614ea6664fe617ad..887b2d56226c7e088f00251b6b1312bad30cf602 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.cc
@@ -25,7 +25,7 @@ NGLayoutStatus NGTextLayoutAlgorithm::Layout(
NGLayoutAlgorithm**) {
// TODO(layout-dev): implement.
*fragment_out = nullptr;
- return NewFragment;
+ return kNewFragment;
}
DEFINE_TRACE(NGTextLayoutAlgorithm) {

Powered by Google App Engine
This is Rietveld 408576698