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

Unified Diff: third_party/WebKit/Source/core/dom/Fullscreen.h

Issue 2495423004: Convert FullscreenController to use WebCallbacks (Closed)
Patch Set: rebase Created 4 years, 1 month 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/dom/Fullscreen.h
diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h
index 379e1f3e25ed2914b9c5be0401ad7f7d3d89f411..375b899e3cc927c8840df8ec870381cb49d25081 100644
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
@@ -134,7 +134,7 @@ class CORE_EXPORT Fullscreen final
void pushFullscreenElementStack(Element&, RequestType);
void enqueueChangeEvent(Document&, RequestType);
- void enqueueErrorEvent(Element&, RequestType);
+ void enqueueErrorEvent(Element*, RequestType);
void eventQueueTimerFired(TimerBase*);
HeapVector<std::pair<Member<Element>, RequestType>> m_fullscreenElementStack;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Fullscreen.cpp » ('j') | third_party/WebKit/Source/core/dom/Fullscreen.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698