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

Unified Diff: cc/base/switches.h

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
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/surfaces/surface_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.h
diff --git a/cc/base/switches.h b/cc/base/switches.h
index 3f58249334a85ac20d753d407784ed65fe88edaa..011963bbeb85de935b23e11a1d5bd6c2b05b63fc 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -58,6 +58,9 @@ CC_BASE_EXPORT extern const char kCCLayerTreeTestLongTimeout[];
CC_BASE_EXPORT extern const char kCCRebaselinePixeltests[];
CC_BASE_EXPORT extern const char kDisallowNonExactResourceReuse[];
+// Viz related.
+CC_BASE_EXPORT extern const char kUseVizHitTest[];
+
} // namespace switches
} // namespace cc
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/surfaces/surface_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698