Index: ash/test/ash_test_helper.cc |
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc |
index e544874aec0d84198c851d88303851c3edf73665..935b70f89eb2fee165f7d5a299d08408788fe5c5 100644 |
--- a/ash/test/ash_test_helper.cc |
+++ b/ash/test/ash_test_helper.cc |
@@ -58,8 +58,8 @@ void AshTestHelper::SetUp(bool start_session) { |
ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); |
ui::InitializeInputMethodForTesting(); |
- bool allow_test_contexts = true; |
- ui::InitializeContextFactoryForTests(allow_test_contexts); |
+ bool enable_pixel_output = false; |
+ ui::InitializeContextFactoryForTests(enable_pixel_output); |
// Creates Shell and hook with Desktop. |
test_shell_delegate_ = new TestShellDelegate; |