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

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

Issue 131493005: [Ozone] Removing Stub SFO implementation & CreateTestHelper from SFO (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/test/aura_test_helper.h ('k') | ui/gfx/ozone/surface_factory_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.cc
diff --git a/ui/aura/test/aura_test_helper.cc b/ui/aura/test/aura_test_helper.cc
index dc03dede80428f0457a6ea50d431e5a49c4c8e6e..a101eda42fabe530a803efc6387dd25586fb63d9 100644
--- a/ui/aura/test/aura_test_helper.cc
+++ b/ui/aura/test/aura_test_helper.cc
@@ -30,10 +30,6 @@
#include "ui/base/x/x11_util.h"
#endif
-#if defined(USE_OZONE)
-#include "ui/gfx/ozone/surface_factory_ozone.h"
-#endif
-
namespace aura {
namespace test {
@@ -49,10 +45,6 @@ AuraTestHelper::AuraTestHelper(base::MessageLoopForUI* message_loop)
#if defined(USE_X11)
test::SetUseOverrideRedirectWindowByDefault(true);
#endif
-#if defined(USE_OZONE)
- surface_factory_.reset(gfx::SurfaceFactoryOzone::CreateTestHelper());
- gfx::SurfaceFactoryOzone::SetInstance(surface_factory_.get());
-#endif
}
AuraTestHelper::~AuraTestHelper() {
« no previous file with comments | « ui/aura/test/aura_test_helper.h ('k') | ui/gfx/ozone/surface_factory_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698