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

Unified Diff: media/base/buffers.h

Issue 8520033: Add OVERRIDE to media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « media/base/async_filter_factory_base.h ('k') | media/base/composite_data_source_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.h
diff --git a/media/base/buffers.h b/media/base/buffers.h
index a97d8dda7718a8351d70b394552c0530eed23907..82f240290512ae66b028dc9fdfa38533f01dffa5 100644
--- a/media/base/buffers.h
+++ b/media/base/buffers.h
@@ -87,7 +87,7 @@ class MEDIA_EXPORT Buffer : public StreamSample {
virtual size_t GetDataSize() const = 0;
// If there's no data in this buffer, it represents end of stream.
- virtual bool IsEndOfStream() const;
+ virtual bool IsEndOfStream() const OVERRIDE;
protected:
virtual ~Buffer() {}
« no previous file with comments | « media/base/async_filter_factory_base.h ('k') | media/base/composite_data_source_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698