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

Unified Diff: media/base/buffers.cc

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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 | « media/base/buffers.h ('k') | media/base/factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.cc
diff --git a/media/base/buffers.cc b/media/base/buffers.cc
index 4247e39ce07153b23a60ffd276ec8c8f96398840..18401d4dd173ccad2d13bb87c520e95b9fab529a 100644
--- a/media/base/buffers.cc
+++ b/media/base/buffers.cc
@@ -10,4 +10,11 @@ namespace media {
const base::TimeDelta StreamSample::kInvalidTimestamp =
base::TimeDelta::FromMicroseconds(kint64min);
+StreamSample::StreamSample()
+ : discontinuous_(false) {
+}
+
+StreamSample::~StreamSample() {
+}
+
} // namespace media
« no previous file with comments | « media/base/buffers.h ('k') | media/base/factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698