| Index: third_party/WebKit/Source/core/layout/LayoutButton.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutButton.h b/third_party/WebKit/Source/core/layout/LayoutButton.h
|
| index ce44a449d8ac2728c004a531f3de52e7f5825f5e..d05e4bf8118e34b109a26018468a7585225ee986 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutButton.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutButton.h
|
| @@ -27,9 +27,10 @@
|
|
|
| namespace blink {
|
|
|
| -// LayoutButtons are just like normal flexboxes except that they will generate an anonymous block child.
|
| -// For inputs, they will also generate an anonymous LayoutText and keep its style and content up
|
| -// to date as the button changes.
|
| +// LayoutButtons are just like normal flexboxes except that they will generate
|
| +// an anonymous block child.
|
| +// For inputs, they will also generate an anonymous LayoutText and keep its
|
| +// style and content up to date as the button changes.
|
| class LayoutButton final : public LayoutFlexibleBox {
|
| public:
|
| explicit LayoutButton(Element*);
|
|
|