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

Unified Diff: chrome/test/base/view_event_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
Index: chrome/test/base/view_event_test_base.cc
diff --git a/chrome/test/base/view_event_test_base.cc b/chrome/test/base/view_event_test_base.cc
index be058ef2d994d09cdc6075bf3ae7ace7a88b5715..8d4f9ca64ca44e899087bda2546a879fe3d1e02d 100644
--- a/chrome/test/base/view_event_test_base.cc
+++ b/chrome/test/base/view_event_test_base.cc
@@ -141,7 +141,8 @@ void ViewEventTestBase::SetUp() {
// the test screen.
aura_test_helper_.reset(
new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
- aura_test_helper_->SetUp();
+ bool allow_test_contexts = true;
+ aura_test_helper_->SetUp(allow_test_contexts);
context = aura_test_helper_->root_window();
#endif // !USE_ASH && USE_AURA

Powered by Google App Engine
This is Rietveld 408576698