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

Unified Diff: content/public/common/content_client.cc

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 9085b752643c0a00070c8cc60220a96200a332e3..43463d548094f54c7e5cf389576ae9143e901a70 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -127,6 +127,10 @@ base::StringPiece ContentClient::GetOriginTrialPublicKey() {
bool ContentClient::UsingSynchronousCompositing() {
return false;
}
+
+media::MediaClientAndroid* ContentClient::GetMediaClientAndroid() {
+ return nullptr;
+}
#endif // OS_ANDROID
} // namespace content
« no previous file with comments | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698