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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.h

Issue 2569413002: Don't block GPU process access in single-process mode. (Closed)
Patch Set: update comments Created 4 years 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 | « no previous file | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl_private.h
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.h b/content/browser/gpu/gpu_data_manager_impl_private.h
index 97cd3808eab13d70afa0d26002a868244b97aeb4..c00d02dc1d413a72a2e08b40263ba29344e36983 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.h
+++ b/content/browser/gpu/gpu_data_manager_impl_private.h
@@ -269,6 +269,9 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate {
// True if all future Initialize calls should be ignored.
bool finalized_;
+ // True if --single-process or --in-process-gpu is passed in.
+ bool in_process_gpu_;
+
std::string disabled_extensions_;
// If one tries to call a member before initialization then it is defered
« no previous file with comments | « no previous file | content/browser/gpu/gpu_data_manager_impl_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698