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

Unified Diff: components/mus/ws/platform_display_delegate.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.cc ('k') | components/mus/ws/window_finder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/platform_display_delegate.h
diff --git a/components/mus/ws/platform_display_delegate.h b/components/mus/ws/platform_display_delegate.h
index a69857773b0e4f6f0b3cf46292c8ffb43e05f361..3ef3786f5df2218a12571790ab2304459c0d6b8e 100644
--- a/components/mus/ws/platform_display_delegate.h
+++ b/components/mus/ws/platform_display_delegate.h
@@ -8,10 +8,6 @@
#include "components/mus/public/interfaces/window_tree.mojom.h"
#include "components/mus/ws/ids.h"
-namespace cc {
-struct SurfaceId;
-}
-
namespace ui {
class Event;
}
@@ -44,8 +40,6 @@ class PlatformDisplayDelegate {
const mojom::ViewportMetrics& old_metrics,
const mojom::ViewportMetrics& new_metrics) = 0;
- virtual void OnTopLevelSurfaceChanged(cc::SurfaceId surface_id) = 0;
-
// Called when a compositor frame is finished drawing.
virtual void OnCompositorFrameDrawn() = 0;
« no previous file with comments | « components/mus/ws/platform_display.cc ('k') | components/mus/ws/window_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698