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

Unified Diff: chrome/renderer/media/data_source_impl.h

Issue 42635: Lots of files touched for a very simple change. Everywhere we used a const M... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/renderer/media/audio_renderer_impl.cc ('k') | chrome/renderer/media/data_source_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/data_source_impl.h
===================================================================
--- chrome/renderer/media/data_source_impl.h (revision 12568)
+++ chrome/renderer/media/data_source_impl.h (working copy)
@@ -136,7 +136,7 @@
virtual bool SetPosition(int64 position);
virtual bool GetSize(int64* size_out);
- const media::MediaFormat* GetMediaFormat();
+ const media::MediaFormat& media_format();
private:
friend class media::FilterFactoryImpl1<DataSourceImpl,
@@ -164,7 +164,7 @@
// in construction and can be accessed in all threads safely.
WebMediaPlayerDelegateImpl* delegate_;
- // Message loop of render thread.
+ // Message loop of render thread.
MessageLoop* render_loop_;
// A common lock for protecting members accessed by multiple threads.
@@ -173,7 +173,7 @@
// A flag that indicates whether this object has been called to stop.
bool stopped_;
- // URI to the resource being downloaded.
+ // URI to the resource being downloaded.
std::string uri_;
// Members for keeping track of downloading progress.
« no previous file with comments | « chrome/renderer/media/audio_renderer_impl.cc ('k') | chrome/renderer/media/data_source_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698