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

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

Issue 354403002: Expand addDocumentToFullScreenChangeEventQueue at the call sites for clarity (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/core/dom/FullscreenElementStack.h
diff --git a/Source/core/dom/FullscreenElementStack.h b/Source/core/dom/FullscreenElementStack.h
index 65f70ae4913fa330ecc9324de14e8873fe0cbd5e..382c00fbbe352e25ac49f83f5a1c2f6317c635a2 100644
--- a/Source/core/dom/FullscreenElementStack.h
+++ b/Source/core/dom/FullscreenElementStack.h
@@ -105,7 +105,8 @@ private:
void clearFullscreenElementStack();
void popFullscreenElementStack();
void pushFullscreenElementStack(Element&);
- void addDocumentToFullScreenChangeEventQueue(Document&);
+
+ void enqueueChangeEvent(Node&);
void fullScreenChangeDelayTimerFired(Timer<FullscreenElementStack>*);
void fullScreenElementRemoved();
« no previous file with comments | « no previous file | Source/core/dom/FullscreenElementStack.cpp » ('j') | Source/core/dom/FullscreenElementStack.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698