| Index: third_party/WebKit/Source/core/layout/LayoutPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| index 7e5f3abf7f655a644faf4594433dae0d2f1524d3..4859011e00bf367b620dbdccc6627290b164f762 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -29,7 +29,8 @@
|
|
|
| namespace blink {
|
|
|
| -// LayoutObject for frames via LayoutFrame and LayoutIFrame, and plugins via LayoutEmbeddedObject.
|
| +// LayoutObject for frames via LayoutFrame and LayoutIFrame, and plugins via
|
| +// LayoutEmbeddedObject.
|
| class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| public:
|
| explicit LayoutPart(Element*);
|
|
|