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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_private.h

Issue 2248263003: Updates PointerEventRouter to handle switching move type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again Created 4 years, 4 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: services/ui/public/cpp/tests/window_tree_client_private.h
diff --git a/services/ui/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
index 7582c17dba38c994404073d8b5549909b6913738..6bf39b21348872206494b9be0838bc2506890d30 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.h
+++ b/services/ui/public/cpp/tests/window_tree_client_private.h
@@ -35,8 +35,6 @@ class WindowTreeClientPrivate {
explicit WindowTreeClientPrivate(Window* window);
~WindowTreeClientPrivate();
- uint32_t pointer_watcher_id();
-
// Calls OnEmbed() on the WindowTreeClient.
void OnEmbed(mojom::WindowTree* window_tree);
@@ -51,6 +49,8 @@ class WindowTreeClientPrivate {
void SetTreeAndClientId(mojom::WindowTree* window_tree,
ClientSpecificId client_id);
+ bool HasPointerWatcher();
+
private:
WindowTreeClient* tree_client_impl_;
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.cc ('k') | services/ui/public/cpp/tests/window_tree_client_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698