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

Unified Diff: Source/web/WebViewImpl.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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index c53c42608a5fc8c65a7efa48c5257b0b144cd97e..7bd8fa2395587c68e14ea577022b33ba355430eb 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -92,9 +92,7 @@ public:
virtual void resize(const WebSize&) OVERRIDE;
virtual void resizePinchViewport(const WebSize&) OVERRIDE;
virtual void willEndLiveResize() OVERRIDE;
- virtual void willEnterFullScreen() OVERRIDE;
virtual void didEnterFullScreen() OVERRIDE;
- virtual void willExitFullScreen() OVERRIDE;
virtual void didExitFullScreen() OVERRIDE;
virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698