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

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: Tweaked comments 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
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,

Powered by Google App Engine
This is Rietveld 408576698