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

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

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Addressed comments Created 4 years, 1 month 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.h
diff --git a/components/exo/test/exo_test_base.h b/components/exo/test/exo_test_base.h
index df5de17d6ce2e50afbf18899d1a6834ee24b51a6..b694cf6562b3f3e20a58da8ace9105e26b72971b 100644
--- a/components/exo/test/exo_test_base.h
+++ b/components/exo/test/exo_test_base.h
@@ -30,6 +30,7 @@ class ExoTestBase : public ash::test::AshTestBase {
private:
std::unique_ptr<ExoTestHelper> exo_test_helper_;
std::unique_ptr<WMHelper> wm_helper_;
+ // base::MessageLoop loop_;
Fady Samuel 2016/11/23 15:39:02 nit: you don't need this right?
Alex Z. 2016/11/23 17:46:09 Done.
DISALLOW_COPY_AND_ASSIGN(ExoTestBase);
};

Powered by Google App Engine
This is Rietveld 408576698