| Index: components/mus/ws/server_window_delegate.h
|
| diff --git a/components/mus/ws/server_window_delegate.h b/components/mus/ws/server_window_delegate.h
|
| index 760d45a6e308433af7a07e0285ee1fd237789821..8aaad34a59790cf61c70fcda08864a4ce6d2436a 100644
|
| --- a/components/mus/ws/server_window_delegate.h
|
| +++ b/components/mus/ws/server_window_delegate.h
|
| @@ -23,7 +23,7 @@ class ServerWindowDelegate {
|
| public:
|
| virtual SurfacesState* GetSurfacesState() = 0;
|
|
|
| - virtual void OnScheduleWindowPaint(const ServerWindow* window) = 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.
|
|
|