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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix all the unittests Created 6 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
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 9962b892835dfa68d6b16d830b0162432d311a3f..cb08fdd24a44f1899b7f53af1ca8282ce0bd008f 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -42,6 +42,8 @@ class ASH_EXPORT AshWindowTreeHost {
scoped_ptr<RootWindowTransformer> transformer) = 0;
virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
+
+ virtual void UpdateDisplayID(int64 id1, int64 id2) = 0;
sadrul 2014/05/07 20:00:27 What are id1 and id2? Document please.
Yufeng Shen (Slow to review) 2014/05/07 22:02:58 Done.
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698