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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.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/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index 5056ec97b002ea7b92fd4465db45dfc14781a35f..3a9fb5a30bcaf31767f2d8db5183962ba2409ddc 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -65,7 +65,7 @@ public:
// This class is the base class for all CSS objects.
//
-// All CSS objects follow the box model object. See THE BOX MODEL section in
alancutter (OOO until 2018) 2016/09/26 04:23:46 This should not change.
+// All CSS objects follow the box model object. See THE EDisplay::Box MODEL section in
// LayoutBox for more information.
//
// This class actually doesn't have the box model but it exposes some common

Powered by Google App Engine
This is Rietveld 408576698