Index: ui/aura/window_tree_host_ozone.cc |
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc |
index 5b4a29f339b7206b3691511520fb12729319b8f0..2251eb36c290c6a28bcf0dd0869077405be175fd 100644 |
--- a/ui/aura/window_tree_host_ozone.cc |
+++ b/ui/aura/window_tree_host_ozone.cc |
@@ -9,15 +9,12 @@ |
#include "ui/events/ozone/event_factory_ozone.h" |
#include "ui/events/platform/platform_event_source.h" |
#include "ui/gfx/ozone/surface_factory_ozone.h" |
-#include "ui/ozone/ozone_platform.h" |
namespace aura { |
WindowTreeHostOzone::WindowTreeHostOzone(const gfx::Rect& bounds) |
: widget_(0), |
bounds_(bounds) { |
- ui::OzonePlatform::Initialize(); |
- |
// EventFactoryOzone creates converters that obtain input events from the |
// underlying input system and dispatch them as |ui::Event| instances into |
// Aura. |