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

Unified Diff: services/ui/public/cpp/window.h

Issue 2537343006: services: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of master #2 Created 4 years 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: 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;
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree_client_setup.h ('k') | services/ui/public/cpp/window_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698