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

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

Issue 1987133002: Delete mus surfaces hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests Created 4 years, 7 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/platform_display_delegate.h ('k') | components/mus/ws/window_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_finder.h
diff --git a/components/mus/ws/window_finder.h b/components/mus/ws/window_finder.h
index 470e7350ee6b95d2582b917755d599c5b23bf4b7..0b587b956ef16a716d0e286d01d686d304d39aa5 100644
--- a/components/mus/ws/window_finder.h
+++ b/components/mus/ws/window_finder.h
@@ -25,13 +25,11 @@ class ServerWindow;
// value.
ServerWindow* FindDeepestVisibleWindowForEvents(
ServerWindow* root_window,
- cc::SurfaceId display_surface_id,
gfx::Point* location);
// Retrieve the transform to the provided |window|'s coordinate space from the
// root.
-gfx::Transform GetTransformToWindow(cc::SurfaceId display_surface_id,
- ServerWindow* window);
+gfx::Transform GetTransformToWindow(ServerWindow* window);
} // namespace ws
} // namespace mus
« no previous file with comments | « components/mus/ws/platform_display_delegate.h ('k') | components/mus/ws/window_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698