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

Unified Diff: components/mus/ws/display.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/surfaces/surfaces_state.cc ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/display.h
diff --git a/components/mus/ws/display.h b/components/mus/ws/display.h
index 869ed24fb527054821bcfacac084e0943ceedec4..e81937fa5d6fe6130d927bf81ddb71e5cc0239e8 100644
--- a/components/mus/ws/display.h
+++ b/components/mus/ws/display.h
@@ -165,7 +165,6 @@ class Display : public PlatformDisplayDelegate,
void OnViewportMetricsChanged(
const mojom::ViewportMetrics& old_metrics,
const mojom::ViewportMetrics& new_metrics) override;
- void OnTopLevelSurfaceChanged(cc::SurfaceId surface_id) override;
void OnCompositorFrameDrawn() override;
// FocusControllerDelegate:
@@ -210,8 +209,6 @@ class Display : public PlatformDisplayDelegate,
WindowManagerStateMap window_manager_state_map_;
- cc::SurfaceId top_level_surface_id_;
-
DISALLOW_COPY_AND_ASSIGN(Display);
};
« no previous file with comments | « components/mus/surfaces/surfaces_state.cc ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698