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

Unified Diff: Source/core/html/shadow/MediaControlsAndroid.h

Issue 130693008: DO NOT LAND MediaControls trybot run (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/html/shadow/MediaControls.cpp ('k') | Source/core/html/shadow/MediaControlsAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/shadow/MediaControlsAndroid.h
diff --git a/Source/core/html/shadow/MediaControlsChromiumAndroid.h b/Source/core/html/shadow/MediaControlsAndroid.h
similarity index 84%
rename from Source/core/html/shadow/MediaControlsChromiumAndroid.h
rename to Source/core/html/shadow/MediaControlsAndroid.h
index 7627b85c59a6fc71d18fe913522c75d69e23dabf..13fcb820e9a9338ce084cd9b62fd6b40427abfe3 100644
--- a/Source/core/html/shadow/MediaControlsChromiumAndroid.h
+++ b/Source/core/html/shadow/MediaControlsAndroid.h
@@ -23,18 +23,15 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef MediaControlsChromiumAndroid_h
-#define MediaControlsChromiumAndroid_h
+#ifndef MediaControlsAndroid_h
+#define MediaControlsAndroid_h
#include "core/html/shadow/MediaControls.h"
-#include "core/html/shadow/MediaControlsChromium.h"
namespace WebCore {
-class MediaControlsChromiumAndroid FINAL : public MediaControlsChromium {
+class MediaControlsAndroid FINAL : public MediaControls {
public:
- static PassRefPtr<MediaControlsChromiumAndroid> createControls(Document&);
-
virtual void setMediaController(MediaControllerInterface*) OVERRIDE;
virtual void playbackStarted() OVERRIDE;
virtual void playbackStopped() OVERRIDE;
@@ -43,7 +40,7 @@ public:
virtual void insertTextTrackContainer(PassRefPtr<MediaControlTextTrackContainerElement>) OVERRIDE;
private:
- explicit MediaControlsChromiumAndroid(Document&);
+ explicit MediaControlsAndroid(Document&);
MediaControlOverlayPlayButtonElement* m_overlayPlayButton;
MediaControlOverlayEnclosureElement* m_overlayEnclosure;
« no previous file with comments | « Source/core/html/shadow/MediaControls.cpp ('k') | Source/core/html/shadow/MediaControlsAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698