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

Unified Diff: chrome/browser/gpu_process_host.h

Issue 6352011: Improve blacklist logic: use more fields (driver_vendor, gl_renderer, ect) fo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Added histogram improvement. Created 9 years, 11 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: chrome/browser/gpu_process_host.h
===================================================================
--- chrome/browser/gpu_process_host.h (revision 72077)
+++ chrome/browser/gpu_process_host.h (working copy)
@@ -12,6 +12,7 @@
#include "base/ref_counted.h"
#include "base/threading/non_thread_safe.h"
#include "chrome/browser/browser_child_process_host.h"
+#include "chrome/common/gpu_feature_flags.h"
#include "gfx/native_widget_types.h"
struct GpuHostMsg_AcceleratedSurfaceSetIOSurface_Params;
@@ -124,9 +125,9 @@
bool initialized_;
bool initialized_successfully_;
- bool blacklist_result_recorded_;
-
+ bool gpu_feature_flags_set_;
scoped_ptr<GpuBlacklist> gpu_blacklist_;
+ GpuFeatureFlags gpu_feature_flags_;
// These are the channel requests that we have already sent to
// the GPU process, but haven't heard back about yet.

Powered by Google App Engine
This is Rietveld 408576698