Chromium Code Reviews| 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 |
| // |