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