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

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

Issue 1858583002: Simplify LifecycleNotifier and Observer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more removals Created 4 years, 8 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/dom/Fullscreen.h
diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h
index f41859febac88d03bb90cc320db2390d456e1d82..a87fc1181d522017f3780a04df363a91fc46e06f 100644
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
@@ -87,9 +87,6 @@ public:
Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
void documentWasDetached() override;
-#if !ENABLE(OILPAN)
- void documentWasDisposed() override;
-#endif
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698