| Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| index c9a4af452088a5393722e64b9f9801f829762756..3ec5e39e465691a774431ea4c05b630c8578af05 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/services/public/cpp/view_manager/types.h"
|
| #include "mojo/services/public/cpp/view_manager/view.h"
|
| #include "mojo/services/public/cpp/view_manager/view_manager.h"
|
| @@ -49,7 +48,7 @@ class ViewManagerClientImpl : public ViewManager,
|
| // Returns true if the specified view was created by this connection.
|
| bool OwnsView(Id id) const;
|
|
|
| - void SetBounds(Id view_id, const gfx::Rect& bounds);
|
| + void SetBounds(Id view_id, const Rect& bounds);
|
| void SetSurfaceId(Id view_id, SurfaceIdPtr surface_id);
|
| void SetFocus(Id view_id);
|
| void SetVisible(Id view_id, bool visible);
|
|
|