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

Unified Diff: media/blink/websourcebuffer_impl.h

Issue 1309563003: Add a dummy WebSourceBufferImpl::evictCodedFrames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo Created 5 years, 4 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 | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/websourcebuffer_impl.h
diff --git a/media/blink/websourcebuffer_impl.h b/media/blink/websourcebuffer_impl.h
index 96e37b609541715270177231362e8e975b3bb7b2..b2d4c053e6125dd2c1ed6103c44622ad02fb4b33 100644
--- a/media/blink/websourcebuffer_impl.h
+++ b/media/blink/websourcebuffer_impl.h
@@ -24,6 +24,8 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
virtual void setClient(blink::WebSourceBufferClient* client);
virtual bool setMode(AppendMode mode);
virtual blink::WebTimeRanges buffered();
+ virtual bool evictCodedFrames(double currentPlaybackTime,
+ size_t newDataSize);
virtual void append(
const unsigned char* data,
unsigned length,
« no previous file with comments | « no previous file | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698