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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 2a8ba0860988564148a0066890c409e9002d6dfd..1570d0f98f6e631d6952960505f5a7737925d3de 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -191,7 +191,7 @@ class FrameLoaderClientImpl final : public FrameLoaderClient {
void didAddContentSecurityPolicy(const String& headerValue,
ContentSecurityPolicyHeaderType,
ContentSecurityPolicyHeaderSource) override;
- void didChangeFrameOwnerProperties(HTMLFrameElementBase*) override;
+ void didChangeFrameOwnerProperties(HTMLFrameOwnerElement*) override;
void dispatchWillStartUsingPeerConnectionHandler(
WebRTCPeerConnectionHandler*) override;

Powered by Google App Engine
This is Rietveld 408576698