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

Unified Diff: media/base/buffers.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 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 | « chrome/worker/worker_webapplicationcachehost_impl.cc ('k') | media/base/buffers.cc » ('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 525450d731735f38ad8754df1c1f91aa29c86635..c87cdf3ff659eb6ecff797db4b53ed5f0d19741d 100644
--- a/media/base/buffers.h
+++ b/media/base/buffers.h
@@ -85,7 +85,7 @@ class 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 { return GetData() == NULL; }
+ virtual bool IsEndOfStream() const;
protected:
virtual ~Buffer() {}
« no previous file with comments | « chrome/worker/worker_webapplicationcachehost_impl.cc ('k') | media/base/buffers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698