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

Unified Diff: media/filters/decrypting_video_decoder.h

Issue 11360042: Encrypted Media: Add TRACE_EVENT to trace eme implementation performance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use uint32 for the trace_id_ Created 8 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 | « no previous file | media/filters/decrypting_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/decrypting_video_decoder.h
diff --git a/media/filters/decrypting_video_decoder.h b/media/filters/decrypting_video_decoder.h
index 900b0bb3db9e8a1c74b620bea286329df2d5fc85..d2fb04ba3ab8ca6f6273d2effe58ab14b4b9e42d 100644
--- a/media/filters/decrypting_video_decoder.h
+++ b/media/filters/decrypting_video_decoder.h
@@ -155,6 +155,10 @@ class MEDIA_EXPORT DecryptingVideoDecoder : public VideoDecoder {
// decryption key.
bool key_added_while_pending_decode_;
+ // A unique ID to trace Decryptor::DecryptAndDecodeVideo() call and the
+ // matching DecryptCB call (in DoDeliverFrame()).
+ uint32 trace_id_;
+
DISALLOW_COPY_AND_ASSIGN(DecryptingVideoDecoder);
};
« no previous file with comments | « no previous file | media/filters/decrypting_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698