Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.h

Issue 2564633002: Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Comments from esprehn. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index c445ac17bcae4e850541be098b8b0d271a1968e3..dbd665ee501d9cc4ef0406642cbd94b83e772c8b 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -60,7 +60,6 @@ class Document;
class DocumentLoader;
struct FrameLoadRequest;
class HTMLFormElement;
-class HTMLFrameElementBase;
class HTMLFrameOwnerElement;
class HTMLMediaElement;
class HTMLPlugInElement;
@@ -286,7 +285,7 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource) {}
- virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
+ virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
virtual void dispatchWillStartUsingPeerConnectionHandler(
WebRTCPeerConnectionHandler*) {}

Powered by Google App Engine
This is Rietveld 408576698