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

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

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 | « no previous file | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_helper.h
diff --git a/ui/aura/test/aura_test_helper.h b/ui/aura/test/aura_test_helper.h
index 1f201a669bde3355e60ce4747a187cf4020a054b..6b4215ffad418ee9244b05da2c4367ee594f6340 100644
--- a/ui/aura/test/aura_test_helper.h
+++ b/ui/aura/test/aura_test_helper.h
@@ -13,10 +13,6 @@ namespace base {
class MessageLoopForUI;
}
-namespace gfx {
-class SurfaceFactoryOzone;
-}
-
namespace ui {
class InputMethod;
class ScopedAnimationDurationScaleMode;
@@ -69,10 +65,6 @@ class AuraTestHelper {
scoped_ptr<TestScreen> test_screen_;
scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
-#if defined(USE_OZONE)
- scoped_ptr<gfx::SurfaceFactoryOzone> surface_factory_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(AuraTestHelper);
};
« no previous file with comments | « no previous file | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698