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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2530883002: Refactor overlay fullscreen video handling into a single callback (Closed)
Patch Set: documentation 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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 6fc90dfcaf031af01593db8a34da01e3b558c698..42b70792b258926223a1caacd69ee33d1345fb89 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -155,6 +155,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void enterFullscreenForElement(Element*) override;
void exitFullscreen(LocalFrame*) override;
+ void fullscreenElementChanged(Element*, Element*) override;
void clearCompositedSelection(LocalFrame*) override;
void updateCompositedSelection(LocalFrame*,

Powered by Google App Engine
This is Rietveld 408576698