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

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

Issue 1646853002: Add embedder api for participating in gpu logic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash in tests Created 4 years, 10 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') | content/public/gpu/BUILD.gn » ('j') | 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 e7f50c8df98375864e06dda79d52b8cd9943c2f7..75ed9979f0770168c5de239cb2944b9d51be9668 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -62,8 +62,11 @@ ContentUtilityClient* SetUtilityClientForTesting(ContentUtilityClient* u) {
}
ContentClient::ContentClient()
- : browser_(NULL), plugin_(NULL), renderer_(NULL), utility_(NULL) {
-}
+ : browser_(NULL),
+ gpu_(NULL),
+ plugin_(NULL),
+ renderer_(NULL),
+ utility_(NULL) {}
ContentClient::~ContentClient() {
}
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698