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

Unified Diff: components/mus/ws/test_server_window_delegate.h

Issue 2065573003: Mus: Delete unused Mandoline Surfaces code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mus_ws_unittests Created 4 years, 6 months 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
« no previous file with comments | « components/mus/ws/server_window_surface.cc ('k') | components/mus/ws/test_server_window_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_server_window_delegate.h
diff --git a/components/mus/ws/test_server_window_delegate.h b/components/mus/ws/test_server_window_delegate.h
index a452a0173efe7cecba13226e3e683db570edf680..77808771d9d4a9278299929f75582cbe6b8201ca 100644
--- a/components/mus/ws/test_server_window_delegate.h
+++ b/components/mus/ws/test_server_window_delegate.h
@@ -27,10 +27,6 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
void OnScheduleWindowPaint(ServerWindow* window) override;
const ServerWindow* GetRootWindow(const ServerWindow* window) const override;
void ScheduleSurfaceDestruction(ServerWindow* window) override;
- ServerWindow* FindWindowForSurface(
- const ServerWindow* ancestor,
- mojom::SurfaceType surface_type,
- const ClientWindowId& client_window_id) override;
const ServerWindow* root_window_;
scoped_refptr<mus::SurfacesState> surfaces_state_;
« no previous file with comments | « components/mus/ws/server_window_surface.cc ('k') | components/mus/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698