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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 884952e6dda452cac0ce150aaa02da2d2b97344e..3ebd65a4b440a15c3e79355177dcc1d217042331 100644
--- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
+++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
@@ -55,6 +55,8 @@ protected:
void setMarginWidth(int);
void setMarginHeight(int);
+ void frameOwnerPropertiesChanged();
+
private:
bool supportsFocus() const final;
void setFocus(bool) final;
@@ -69,8 +71,6 @@ private:
void setNameAndOpenURL();
void openURL(bool replaceCurrentItem = true);
- void frameOwnerPropertiesChanged();
-
ScrollbarMode m_scrollingMode;
int m_marginWidth;
int m_marginHeight;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameOwner.h ('k') | third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698