| Index: services/ui/public/cpp/window.h
|
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
|
| index d2d66387c2018e05193b97cf80b88ef7869650ac..015540cb9c0248383dc1f1a450b65986ea02efa1 100644
|
| --- a/services/ui/public/cpp/window.h
|
| +++ b/services/ui/public/cpp/window.h
|
| @@ -21,10 +21,6 @@
|
| #include "ui/gfx/geometry/insets.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| -namespace gfx {
|
| -class Size;
|
| -}
|
| -
|
| namespace gpu {
|
| class GpuMemoryBufferManager;
|
| }
|
| @@ -32,11 +28,9 @@ class GpuMemoryBufferManager;
|
| namespace ui {
|
|
|
| class InputEventHandler;
|
| -class ServiceProviderImpl;
|
| class SurfaceIdHandler;
|
| class WindowCompositorFrameSinkBinding;
|
| class WindowObserver;
|
| -class WindowSurface;
|
| class WindowDropTarget;
|
| class WindowTreeClient;
|
| class WindowTreeClientPrivate;
|
|
|