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

Unified Diff: public/platform/WebMediaPlayer.h

Issue 67083003: Move WebMediaPlayer and friends to public/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
« no previous file with comments | « public/platform/WebAudioSourceProviderClient.h ('k') | public/platform/WebMediaPlayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMediaPlayer.h
diff --git a/public/web/WebMediaPlayer.h b/public/platform/WebMediaPlayer.h
similarity index 96%
copy from public/web/WebMediaPlayer.h
copy to public/platform/WebMediaPlayer.h
index 5eb9c065e1cf6b64740cffd9ef96afe2cb0fe2a2..0043690c10da0e448a585c1b438dba470bb7458f 100644
--- a/public/web/WebMediaPlayer.h
+++ b/public/platform/WebMediaPlayer.h
@@ -31,10 +31,10 @@
#ifndef WebMediaPlayer_h
#define WebMediaPlayer_h
-#include "../platform/WebCanvas.h"
-#include "../platform/WebMediaSource.h"
-#include "../platform/WebString.h"
-#include "../platform/WebTimeRange.h"
+#include "WebCanvas.h"
+#include "WebMediaSource.h"
+#include "WebString.h"
+#include "WebTimeRange.h"
namespace blink {
@@ -103,8 +103,8 @@ public:
virtual bool supportsFullscreen() const = 0;
virtual bool supportsSave() const = 0;
virtual void seek(double seconds) = 0;
- virtual void setRate(double rate) = 0;
- virtual void setVolume(double volume) = 0;
+ virtual void setRate(double) = 0;
+ virtual void setVolume(double) = 0;
virtual void setPreload(Preload) { };
virtual const WebTimeRanges& buffered() = 0;
virtual double maxTimeSeekable() const = 0;
« no previous file with comments | « public/platform/WebAudioSourceProviderClient.h ('k') | public/platform/WebMediaPlayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698