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

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

Issue 2696283003: Revert of Don't create layout objects for children of display-none iframes. (Closed)
Patch Set: Created 3 years, 10 months 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 119e889474e284366a1be15536fe6779bc447267..c513826466d29b9f9affd8578a3b4a5ae2ce7f36 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -60,6 +60,7 @@
class DocumentLoader;
struct FrameLoadRequest;
class HTMLFormElement;
+class HTMLFrameElementBase;
class HTMLFrameOwnerElement;
class HTMLMediaElement;
class HTMLPlugInElement;
@@ -279,7 +280,7 @@
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource) {}
- virtual void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) {}
+ virtual void didChangeFrameOwnerProperties(HTMLFrameElementBase*) {}
virtual void dispatchWillStartUsingPeerConnectionHandler(
WebRTCPeerConnectionHandler*) {}

Powered by Google App Engine
This is Rietveld 408576698