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

Unified Diff: components/mus/display_manager_delegate.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/display_manager.cc ('k') | components/mus/server_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/display_manager_delegate.h
diff --git a/components/mus/display_manager_delegate.h b/components/mus/display_manager_delegate.h
index c5bdc5b5a979b1e619aca6795d07894105ad412b..71c8967da766e70bcd032406e953c40f8ff6bf40 100644
--- a/components/mus/display_manager_delegate.h
+++ b/components/mus/display_manager_delegate.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
#define COMPONENTS_MUS_DISPLAY_MANAGER_DELEGATE_H_
+#include "components/mus/ids.h"
#include "components/mus/public/interfaces/view_tree.mojom.h"
namespace mus {
@@ -23,7 +24,7 @@ class DisplayManagerDelegate {
virtual void OnDisplayClosed() = 0;
// Called when an event arrives.
- virtual void OnEvent(mojo::EventPtr event) = 0;
+ virtual void OnEvent(ViewId id, mojo::EventPtr event) = 0;
// Signals that the metrics of this display's viewport has changed.
virtual void OnViewportMetricsChanged(
« no previous file with comments | « components/mus/display_manager.cc ('k') | components/mus/server_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698