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

Unified Diff: Source/modules/presentation/PresentationController.h

Issue 974993002: [Presentation API] Added the DefaultPresentationStart event and parsing of the default presentation… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced the unused forward declaration with the used one Created 5 years, 10 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/modules/presentation/PresentationController.h
diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
index ac5879ecae4052a942ff1faa58c77517130e186c..f0cffe83b871c608e39f29fbd414e53b26e54db9 100644
--- a/Source/modules/presentation/PresentationController.h
+++ b/Source/modules/presentation/PresentationController.h
@@ -15,6 +15,7 @@
namespace blink {
class LocalFrame;
+class WebPresentationSessionClient;
// The coordinator between the various page exposed properties and the content
// layer represented via |WebPresentationClient|.
@@ -41,6 +42,7 @@ public:
// Implementation of WebPresentationController.
virtual void didChangeAvailability(bool available) override;
virtual bool isAvailableChangeWatched() const override;
+ virtual void didStartDefaultPresentation(WebPresentationSessionClient*) override;
// Called when the first listener was added to or the last listener was removed from the
// |availablechange| event.

Powered by Google App Engine
This is Rietveld 408576698