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

Unified Diff: ui/ozone/platform/test/ozone_platform_test.h

Issue 205433005: ozone: Add OzoneWindowFactory & OzoneWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: ui/ozone/platform/test/ozone_platform_test.h
diff --git a/ui/ozone/platform/test/ozone_platform_test.h b/ui/ozone/platform/test/ozone_platform_test.h
index 633490d6237cff28c035b5db1ca28bcd6685d867..32b27134d9507baa08c9492cc8d3a343ab1d05d3 100644
--- a/ui/ozone/platform/test/ozone_platform_test.h
+++ b/ui/ozone/platform/test/ozone_platform_test.h
@@ -10,6 +10,7 @@
#include "ui/events/ozone/evdev/event_factory_evdev.h"
#include "ui/gfx/ozone/impl/file_surface_factory.h"
#include "ui/ozone/ozone_platform.h"
+#include "ui/ozone/window/window_factory_ozone.h"
namespace ui {
@@ -26,12 +27,14 @@ class OzonePlatformTest : public OzonePlatform {
virtual ui::InputMethodContextFactoryOzone*
GetInputMethodContextFactoryOzone() OVERRIDE;
virtual ui::CursorFactoryOzone* GetCursorFactoryOzone() OVERRIDE;
+ virtual ui::WindowFactoryOzone* GetWindowFactoryOzone() OVERRIDE;
private:
gfx::FileSurfaceFactory surface_factory_ozone_;
ui::EventFactoryEvdev event_factory_ozone_;
ui::InputMethodContextFactoryOzone input_method_context_factory_ozone_;
ui::CursorFactoryOzone cursor_factory_ozone_;
+ ui::WindowFactoryOzone window_factory_ozone_;
DISALLOW_COPY_AND_ASSIGN(OzonePlatformTest);
};

Powered by Google App Engine
This is Rietveld 408576698