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

Unified Diff: components/exo/test/exo_test_base.cc

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Undid a change on an if condition in exo::Surface::CommitSurfaceHierarchy() Created 4 years 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: components/exo/test/exo_test_base.cc
diff --git a/components/exo/test/exo_test_base.cc b/components/exo/test/exo_test_base.cc
index c6e4d4790cca12edb68d9cce66bb9226337e9598..6e10effac59efeed9ef2ba8f112d5988d2f823d7 100644
--- a/components/exo/test/exo_test_base.cc
+++ b/components/exo/test/exo_test_base.cc
@@ -32,6 +32,7 @@ void ExoTestBase::SetUp() {
void ExoTestBase::TearDown() {
WMHelper::SetInstance(nullptr);
wm_helper_.reset();
+ RunAllPendingInMessageLoop();
Fady Samuel 2016/11/30 16:41:57 Add a comment about why this is necessary.
Alex Z. 2016/11/30 20:00:30 This RunAllPendingInMessageLoop() isn't necessary
AshTestBase::TearDown();
}

Powered by Google App Engine
This is Rietveld 408576698