| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 8a569c0853566505360638ed0e20ce5c0f065a61..be3e353bc9454361ee0783dfec094e0de55c5572 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -34,6 +34,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
| class Frame;
|
| +class FrameOrPlugin;
|
| class FrameViewBase;
|
| class LayoutPart;
|
|
|
| @@ -105,7 +106,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| bool replace_current_item);
|
| bool IsKeyboardFocusable() const override;
|
|
|
| - void DisposeWidgetSoon(FrameViewBase*);
|
| + void DisposeSoon(FrameOrPlugin*);
|
| void FrameOwnerPropertiesChanged();
|
|
|
| private:
|
|
|