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

Unified Diff: cc/base/switches.cc

Issue 2908783002: WIP Hittest Component.
Patch Set: fix z-order in use case tests ( background rects at the back ) Created 3 years, 6 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 f4aff0cf2cf3c4a03da108e4e951eb630e736fe0..334adc575a61cfb57ebb0dfd3f705cd02c3e379c 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -118,5 +118,8 @@ const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
const char kDisallowNonExactResourceReuse[] =
"disallow-non-exact-resource-reuse";
+// Use Viz HitTest Component for Event Targetting
+const char kUseVizHitTest[] = "use-viz-hit-test";
+
} // namespace switches
} // namespace cc
« no previous file with comments | « cc/base/switches.h ('k') | cc/surfaces/display.h » ('j') | cc/surfaces/surface_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698