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

Unified Diff: ui/aura/window_tree_host_ozone.h

Issue 403263002: platform-window: Add a PlatformWindowFactory for creating windows. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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/aura.gyp ('k') | ui/aura/window_tree_host_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_ozone.h
diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h
index 88736f335248e050ff0a1cf62b18b95bbb6c35ea..2d410aa72e70425693a61e0a5332ab0193e4c3b2 100644
--- a/ui/aura/window_tree_host_ozone.h
+++ b/ui/aura/window_tree_host_ozone.h
@@ -9,7 +9,7 @@
#include "ui/aura/window_tree_host.h"
#include "ui/events/event_source.h"
#include "ui/gfx/rect.h"
-#include "ui/platform_window/platform_window_delegate.h"
+#include "ui/platform_window/types/platform_window_delegate.h"
namespace ui {
class PlatformWindow;
@@ -55,12 +55,12 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost,
// ui::EventSource overrides.
virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
- // Platform-specific part of this WindowTreeHost.
- scoped_ptr<ui::PlatformWindow> platform_window_;
-
// The identifier used to create a compositing surface.
gfx::AcceleratedWidget widget_;
+ // Platform-specific part of this WindowTreeHost.
+ scoped_ptr<ui::PlatformWindow> platform_window_;
+
DISALLOW_COPY_AND_ASSIGN(WindowTreeHostOzone);
};
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/window_tree_host_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698