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

Unified Diff: ash/wm/video_detector.h

Issue 10916123: Add is_fullscreen to video updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | ash/wm/video_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/video_detector.h
diff --git a/ash/wm/video_detector.h b/ash/wm/video_detector.h
index 5dda5f6edf3a354d1fbc5c43e61e655a424fa939..7b7de795a82fce1c625c9714e3bb8fd084ab53af 100644
--- a/ash/wm/video_detector.h
+++ b/ash/wm/video_detector.h
@@ -30,7 +30,7 @@ namespace ash {
class ASH_EXPORT VideoDetectorObserver {
public:
// Invoked periodically while a video is being played onscreen.
- virtual void OnVideoDetected() = 0;
+ virtual void OnVideoDetected(bool is_fullscreen) = 0;
protected:
virtual ~VideoDetectorObserver() {}
« no previous file with comments | « no previous file | ash/wm/video_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698