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

Unified Diff: components/mus/view_tree_host_impl.h

Issue 1328953003: Mandoline: Support transforms and clipping of OOPIFs and events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO Created 5 years, 3 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/top_level_display_client.cc ('k') | components/mus/view_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/view_tree_host_impl.h
diff --git a/components/mus/view_tree_host_impl.h b/components/mus/view_tree_host_impl.h
index 3aaeb808fe88f0808c0e586f4791ae6f2dd8b7eb..0b7f1b97a2280c70fa462f00579d9e4dc70f0264 100644
--- a/components/mus/view_tree_host_impl.h
+++ b/components/mus/view_tree_host_impl.h
@@ -96,7 +96,7 @@ class ViewTreeHostImpl : public DisplayManagerDelegate,
// DisplayManagerDelegate:
ServerView* GetRootView() override;
- void OnEvent(mojo::EventPtr event) override;
+ void OnEvent(ViewId id, mojo::EventPtr event) override;
void OnDisplayClosed() override;
void OnViewportMetricsChanged(
const mojo::ViewportMetrics& old_metrics,
« no previous file with comments | « components/mus/surfaces/top_level_display_client.cc ('k') | components/mus/view_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698