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

Unified Diff: ui/compositor/compositor_switches.h

Issue 145293007: ui: No more TestCompositor. Use NullDraw contexts in unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: testsnulldraw: Created 6 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: ui/compositor/compositor_switches.h
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
index 2bf2b242260b5ec8e0e315d6746afc2a138d95b8..5bf5a14cd39f6c2dab843255bc1cd848b18d09d3 100644
--- a/ui/compositor/compositor_switches.h
+++ b/ui/compositor/compositor_switches.h
@@ -9,7 +9,7 @@
namespace switches {
-COMPOSITOR_EXPORT extern const char kDisableTestCompositor[];
+COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
COMPOSITOR_EXPORT extern const char kUIDisableDeadlineScheduling[];
COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
COMPOSITOR_EXPORT extern const char kUIEnableDeadlineScheduling[];

Powered by Google App Engine
This is Rietveld 408576698