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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.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/html/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index afc2e779c47307addc5c2f98b6647baa3f00b853..5a901a971d210f602cc76aa167ce06e07e6dc903 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -56,8 +56,6 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
void setMarginWidth(int);
void setMarginHeight(int);
- void frameOwnerPropertiesChanged();
-
private:
bool supportsFocus() const final;
void setFocused(bool) final;

Powered by Google App Engine
This is Rietveld 408576698