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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 1107733006: Unified Desktop: hook up ash to allow unified desktop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AshWindowTreeHostUnified Created 5 years, 8 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 | « ash/display/screen_ash.cc ('k') | ash/host/ash_window_tree_host_init_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index 321ee25c499a559c5ae3765ebee89f8a502825f0..fab7afd1f7bbde725f594175eb5ed6a8f45f9cd7 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -55,6 +55,8 @@ class ASH_EXPORT AshWindowTreeHost {
// Stop listening for events in preparation for shutdown.
virtual void PrepareForShutdown() {}
+ virtual void RegisterMirroringHost(AshWindowTreeHost* mirroring_ash_host) {}
+
protected:
// Translates the native mouse location into screen coordinates.
void TranslateLocatedEvent(ui::LocatedEvent* event);
« no previous file with comments | « ash/display/screen_ash.cc ('k') | ash/host/ash_window_tree_host_init_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698