Chromium Code Reviews

Unified Diff: Source/core/html/HTMLMediaElement.h

Issue 139233008: Remove HTMLMediaElement::togglePlayState() (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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index 079bb89345588e306b6322d2e54dcb7d393c6ed4..3fabcfe710e4ae83d16ee41642f1b47f235079eb 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -173,7 +173,6 @@ public:
virtual bool muted() const OVERRIDE FINAL;
virtual void setMuted(bool) OVERRIDE FINAL;
- void togglePlayState();
virtual void beginScrubbing() OVERRIDE FINAL;
virtual void endScrubbing() OVERRIDE FINAL;
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine