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

Unified Diff: ui/aura/test/aura_test_base.cc

Issue 119753007: Add GrabWindowSnapshotAsync tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, compiling 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
« no previous file with comments | « ui/aura/root_window_host_x11.cc ('k') | ui/aura/test/aura_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.cc
diff --git a/ui/aura/test/aura_test_base.cc b/ui/aura/test/aura_test_base.cc
index 3b2d1b05fa4b0e7eb05325ae212c6964eb0e5140..651a137f26416304bcfdbbd30dc1469a2931d4bb 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -69,7 +69,8 @@ void AuraTestBase::SetUp() {
ui::GestureConfiguration::set_fling_velocity_cap(15000.0f);
helper_.reset(new AuraTestHelper(&message_loop_));
- helper_->SetUp();
+ bool allow_test_contexts = true;
+ helper_->SetUp(allow_test_contexts);
}
void AuraTestBase::TearDown() {
« no previous file with comments | « ui/aura/root_window_host_x11.cc ('k') | ui/aura/test/aura_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698