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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: fix win clang build Created 3 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 | « cc/trees/layer_tree_settings.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 84b934d283739324bd52ae1ff1870d7a6e09a5c0..166d79c8ce7a95f7a560230fc225df6e8b083be4 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -32,7 +32,6 @@ bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
enable_latency_recovery == other.enable_latency_recovery &&
can_use_lcd_text == other.can_use_lcd_text &&
use_distance_field_text == other.use_distance_field_text &&
- gpu_rasterization_enabled == other.gpu_rasterization_enabled &&
gpu_rasterization_forced == other.gpu_rasterization_forced &&
async_worker_context_enabled == other.async_worker_context_enabled &&
gpu_rasterization_msaa_sample_count ==
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698