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

Unified Diff: media/cast/framer/frame_buffer.h

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 7 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
Index: media/cast/framer/frame_buffer.h
diff --git a/media/cast/framer/frame_buffer.h b/media/cast/framer/frame_buffer.h
index 591ff2f28162670a51761bae354bd50acf087f37..bcde7f41a9a8cf556904089b7fce56a17153b7a4 100644
--- a/media/cast/framer/frame_buffer.h
+++ b/media/cast/framer/frame_buffer.h
@@ -32,7 +32,6 @@ class FrameBuffer {
uint32* rtp_timestamp) const;
bool is_key_frame() const { return is_key_frame_; }
- uint8 frame_id() const { return frame_id_; }
uint8 last_referenced_frame_id() const { return last_referenced_frame_id_; }
private:

Powered by Google App Engine
This is Rietveld 408576698