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

Unified Diff: media/webm/webm_video_client.h

Issue 15342004: Adding VP8 Alpha support in Media Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 7 years, 7 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/webm/webm_parser.cc ('k') | media/webm/webm_video_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/webm_video_client.h
diff --git a/media/webm/webm_video_client.h b/media/webm/webm_video_client.h
index eb6be6d1541d195aa2266552156d891575887a31..d1872baebbe5f260d731e66b1661f67290a24e81 100644
--- a/media/webm/webm_video_client.h
+++ b/media/webm/webm_video_client.h
@@ -51,6 +51,7 @@ class WebMVideoClient : public WebMParserClient {
int64 display_width_;
int64 display_height_;
int64 display_unit_;
+ int64 alpha_mode_;
DISALLOW_COPY_AND_ASSIGN(WebMVideoClient);
};
« no previous file with comments | « media/webm/webm_parser.cc ('k') | media/webm/webm_video_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698