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

Unified Diff: Source/web/FullscreenController.h

Issue 497723002: Merge willEnter/willExitFullScreen into didEnter/didExitFullScreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/web/FullscreenController.h
diff --git a/Source/web/FullscreenController.h b/Source/web/FullscreenController.h
index 4eb36d159e44ff868b7f97e97013b16676fb907b..682d137c6c5089a95f28e8230cefc5cd69fd8f92 100644
--- a/Source/web/FullscreenController.h
+++ b/Source/web/FullscreenController.h
@@ -47,9 +47,7 @@ class FullscreenController {
public:
static PassOwnPtr<FullscreenController> create(WebViewImpl*);
- void willEnterFullScreen();
void didEnterFullScreen();
- void willExitFullScreen();
void didExitFullScreen();
void enterFullScreenForElement(Element*);

Powered by Google App Engine
This is Rietveld 408576698