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

Unified Diff: media/base/demuxer.h

Issue 1480213005: Run Demuxer::GetMemoryUsage() on media thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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/webmediaplayer_impl.h » ('j') | media/blink/webmediaplayer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 2324c87ab16685617720ed09dd903f640c23bb87..1f136a0cbcccd6e93f1ad85804407c9ecb1a4d04 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -87,8 +87,7 @@ class MEDIA_EXPORT Demuxer : public DemuxerStreamProvider {
// a null Time is returned.
virtual base::Time GetTimelineOffset() const = 0;
- // Returns the memory usage in bytes for the demuxer. May be called from any
- // thread.
+ // Returns the memory usage in bytes for the demuxer.
DaleCurtis 2015/12/01 20:14:20 Seems this change should be reverted with the othe
wdzierzanowski 2015/12/02 09:27:54 I think it should be included here. This is the co
wdzierzanowski 2015/12/02 09:31:41 Ah, but you mean this will make 9ac642d1d2ed95b810
wdzierzanowski 2015/12/02 09:39:17 Done.
DaleCurtis 2015/12/02 17:11:36 Yes :)
virtual int64_t GetMemoryUsage() const = 0;
private:
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.h » ('j') | media/blink/webmediaplayer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698