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

Unified Diff: chromecast/media/base/decrypt_context_clearkey.h

Issue 622853002: Chromecast: adds interfaces for hardware layer of CMA pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cma-decrypt-context
Patch Set: damien comments Created 6 years, 2 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 | « no previous file | chromecast/media/cma/backend/audio_pipeline_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/decrypt_context_clearkey.h
diff --git a/chromecast/media/base/decrypt_context_clearkey.h b/chromecast/media/base/decrypt_context_clearkey.h
index 38cfaa7a993071af62d3db0a5a8d3b2469012b2b..770cea081449851b26bffab160b75dde5d935842 100644
--- a/chromecast/media/base/decrypt_context_clearkey.h
+++ b/chromecast/media/base/decrypt_context_clearkey.h
@@ -17,7 +17,7 @@ class DecryptContextClearKey : public DecryptContext {
explicit DecryptContextClearKey(crypto::SymmetricKey* key);
// DecryptContext implementation.
- virtual crypto::SymmetricKey* GetKey() const OVERRIDE;
+ virtual crypto::SymmetricKey* GetKey() const override;
private:
virtual ~DecryptContextClearKey();
« no previous file with comments | « no previous file | chromecast/media/cma/backend/audio_pipeline_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698