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

Unified Diff: content/public/renderer/key_system_info.h

Issue 23513055: Populate canPlayType to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/public/renderer/key_system_info.h
diff --git a/content/public/renderer/key_system_info.h b/content/public/renderer/key_system_info.h
index 09dedc607f1a3df2dc4d2cd9ebfbe1e74ee9ad4d..03238c86710c2db460fe4e034c080a5c8edeb4cb 100644
--- a/content/public/renderer/key_system_info.h
+++ b/content/public/renderer/key_system_info.h
@@ -57,6 +57,8 @@ struct CONTENT_EXPORT KeySystemInfo {
std::string pepper_type;
#elif defined(OS_ANDROID)
std::vector<uint8> uuid;
+ // TODO(qinmin): this maybe replaced by a new key_system string.
+ bool video_composition_enabled;
#endif
};

Powered by Google App Engine
This is Rietveld 408576698