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

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: Rebase. 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/html/HTMLFrameElementBase.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
index b4784525a02a63cabf43762d0000c2f2bd54d94b..35c3fc0e3b4213adba51092e11ebc97b246a9fc5 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -54,8 +54,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