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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2370673002: Changed EDisplay to an enum class and renamed its members to be keywords (Closed)
Patch Set: Renamed members Created 4 years, 3 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 23357c67d69a9e8e33a61f7f1bd8c252eb1a106c..039a8c3c024c7c0e0f63bd23f971c57c4e8db7c2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -141,7 +141,7 @@ public:
// For more details on scrollbars, see PaintLayerScrollableArea.
//
//
-// ***** THE BOX MODEL *****
+// ***** THE EDisplay::Box MODEL *****
alancutter (OOO until 2018) 2016/09/26 04:23:46 This should not change.
// The CSS box model is based on a series of nested boxes:
// http://www.w3.org/TR/CSS21/box.html
//

Powered by Google App Engine
This is Rietveld 408576698