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

Unified Diff: services/ui/ws/server_window_delegate.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/ws/server_window_delegate.h
diff --git a/services/ui/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
index e3bf51d06c11bcc2af9c49f4dc57fb90a2704746..affaa616cf53bda3205a66628fe12f6a3bcbf8e6 100644
--- a/services/ui/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -24,12 +24,9 @@ class ServerWindowDelegate {
public:
virtual DisplayCompositor* GetDisplayCompositor() = 0;
- virtual void OnScheduleWindowPaint(ServerWindow* window) = 0;
-
// Returns the root of the window tree to which this |window| is attached.
// Returns null if this window is not attached up through to a root window.
- virtual const ServerWindow* GetRootWindow(
- const ServerWindow* window) const = 0;
+ virtual ServerWindow* GetRootWindow(const ServerWindow* window) = 0;
protected:
virtual ~ServerWindowDelegate() {}
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink_manager.cc ('k') | services/ui/ws/test_server_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698