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

Unified Diff: cc/base/switches.cc

Issue 2726263003: cc::ResourcePool - Re-use larger resources for smaller requests (Closed)
Patch Set: rebase Created 3 years, 7 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: cc/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index 07941afdbce3dff786f415e9fc930a04c8078f8c..a8f9a7d7c196395f3954f596816e5d9233015761 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -117,5 +117,10 @@ const char kCCLayerTreeTestLongTimeout[] = "cc-layer-tree-test-long-timeout";
// Makes pixel tests write their output instead of read it.
const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
+// Disable re-use of non-exact resources to fulfill ResourcePool requests.
+// Intended only for use in layout tests to reduce noise.
danakj 2017/05/04 21:48:37 it would apply to any pixel tests right? say we ha
ericrk 2017/05/05 23:18:38 Yup, anywhere where we aren't doing fuzzy comparis
+const char kDisallowNonExactResourceReuse[] =
+ "disallow-non-exact-resource-reuse";
+
} // namespace switches
} // namespace cc
« no previous file with comments | « cc/base/switches.h ('k') | cc/output/gl_renderer.cc » ('j') | cc/output/renderer_settings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698