| Index: third_party/WebKit/Source/core/layout/LayoutMedia.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMedia.h b/third_party/WebKit/Source/core/layout/LayoutMedia.h
|
| index 8831d54238de801afa5b911ac62144729684d062..3114190514d7522c21cd0714a93ccb0bf86b41a1 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMedia.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMedia.h
|
| @@ -93,6 +93,8 @@ class LayoutMedia : public LayoutImage {
|
|
|
| bool backgroundShouldAlwaysBeClipped() const final { return false; }
|
|
|
| + LayoutUnit computePanelWidth(const LayoutRect& mediaWidth) const;
|
| +
|
| LayoutObjectChildList m_children;
|
| };
|
|
|
|
|