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

Unified Diff: components/mus/ws/platform_display.cc

Issue 2008193002: Change mojo geometry structs from using type converters to StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: components/mus/ws/platform_display.cc
diff --git a/components/mus/ws/platform_display.cc b/components/mus/ws/platform_display.cc
index 7cb7f5e2ddbda4b20537d1be1fb39fa00aa211e6..79800928ef10c0cdaabf2aba42765c1ec07afd33 100644
--- a/components/mus/ws/platform_display.cc
+++ b/components/mus/ws/platform_display.cc
@@ -33,7 +33,6 @@
#include "ui/events/event_utils.h"
#include "ui/events/mojo/input_events_type_converters.h"
#include "ui/events/mojo/mojo_extended_key_event_data.h"
-#include "ui/gfx/geometry/mojo/geometry_type_converters.h"
#include "ui/gfx/mojo/transform_type_converters.h"
#include "ui/platform_window/platform_ime_controller.h"
#include "ui/platform_window/platform_window.h"
@@ -48,9 +47,6 @@
#include "ui/ozone/public/ozone_platform.h"
#endif
-using mojo::Rect;
-using mojo::Size;
-
namespace mus {
namespace ws {

Powered by Google App Engine
This is Rietveld 408576698