Index: third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h |
diff --git a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h |
index eaecf4a8cf46b17dc1524ba0f358e9a3fc94fa0e..4fcef0541f0a7e0557748686b56edae25b51240f 100644 |
--- a/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h |
+++ b/third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h |
@@ -39,6 +39,7 @@ public: |
static CSSDefaultStyleSheets& instance(); |
void ensureDefaultStyleSheetsForElement(const Element&, bool& changedDefaultStyle); |
+ void ensureDefaultStyleSheetForFullscreen(); |
RuleSet* defaultStyle() { return m_defaultStyle.get(); } |
RuleSet* defaultQuirksStyle() { return m_defaultQuirksStyle.get(); } |