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

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

Issue 139763004: Remove unused url argument to HTMLMediaElement::canPlayType (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: compile? Created 6 years, 11 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 | 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 2c687bb2bd08bc7b5f3c446a021af514e6d5879a..4c4775fb74a7be2de6aa49c2f37633615d7ecb1c 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -114,7 +114,7 @@ public:
virtual PassRefPtr<TimeRanges> buffered() const OVERRIDE FINAL;
void load();
- String canPlayType(const String& mimeType, const String& keySystem = String(), const KURL& = KURL()) const;
+ String canPlayType(const String& mimeType, const String& keySystem = String()) const;
// ready state
virtual ReadyState readyState() const 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
This is Rietveld 408576698