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

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: 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..99a35ceb4f7ab6c7c0e573a2aa215e9df6fb97db 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 is --single-process or --in-process-gpu is passed in.
Ken Russell (switch to Gerrit) 2016/12/14 01:02:31 True is -> True if
Zhenyao Mo 2016/12/14 18:41:38 Done.
+ 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