| Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| index ef0b5b7ec982f18436826a0f35e0794e5f4357d5..895a09096acc60d4974953e40423aa394e5f573d 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
|
| @@ -63,7 +63,6 @@ class DocumentLoader;
|
| struct FrameLoadRequest;
|
| class FrameViewBase;
|
| class HTMLFormElement;
|
| -class HTMLFrameElementBase;
|
| class HTMLFrameOwnerElement;
|
| class HTMLMediaElement;
|
| class HTMLPlugInElement;
|
| @@ -283,7 +282,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
|
| ContentSecurityPolicyHeaderSource,
|
| const std::vector<WebContentSecurityPolicyPolicy>&) {}
|
|
|
| - virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
|
| + virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
|
|
|
| virtual void dispatchWillStartUsingPeerConnectionHandler(
|
| WebRTCPeerConnectionHandler*) {}
|
|
|