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

Unified Diff: Source/core/dom/Document.h

Issue 15510002: Remove setFullScreenRendererSize and setFullScreenRendererBackgroundColor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 616d6736439ff4864437a93de5b2bb2320dfd422..6f23e16addebcd7e77bf90d22ceede35a119b481 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -999,15 +999,12 @@ public:
void setFullScreenRenderer(RenderFullScreen*);
RenderFullScreen* fullScreenRenderer() const { return m_fullScreenRenderer; }
void fullScreenRendererDestroyed();
-
- void setFullScreenRendererSize(const IntSize&);
- void setFullScreenRendererBackgroundColor(Color);
-
+
void fullScreenChangeDelayTimerFired(Timer<Document>*);
bool fullScreenIsAllowedForElement(Element*) const;
void fullScreenElementRemoved();
void removeFullScreenElementOfSubtree(Node*, bool amongChildrenOnly = false);
- bool isAnimatingFullScreen() const;
+ bool isAnimatingFullScreen() const { return m_isAnimatingFullScreen; }
void setAnimatingFullScreen(bool);
// W3C API
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698