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

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

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.cc
diff --git a/services/ui/public/cpp/tests/window_tree_client_private.cc b/services/ui/public/cpp/tests/window_tree_client_private.cc
index e3a88fe50b01f21a3b95b4881131932965b82b41..514f980398fc11331407ea442b83bc311de7c0c1 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.cc
+++ b/services/ui/public/cpp/tests/window_tree_client_private.cc
@@ -20,10 +20,6 @@ WindowTreeClientPrivate::WindowTreeClientPrivate(Window* window)
WindowTreeClientPrivate::~WindowTreeClientPrivate() {}
-uint32_t WindowTreeClientPrivate::pointer_watcher_id() {
- return tree_client_impl_->pointer_watcher_id_;
-}
-
void WindowTreeClientPrivate::OnEmbed(mojom::WindowTree* window_tree) {
mojom::WindowDataPtr root_data(mojom::WindowData::New());
root_data->parent_id = 0;
@@ -71,4 +67,8 @@ void WindowTreeClientPrivate::SetTreeAndClientId(mojom::WindowTree* window_tree,
tree_client_impl_->client_id_ = client_id;
}
+bool WindowTreeClientPrivate::HasPointerWatcher() {
+ return tree_client_impl_->has_pointer_watcher_;
+}
+
} // namespace ui
« no previous file with comments | « services/ui/public/cpp/tests/window_tree_client_private.h ('k') | services/ui/public/cpp/tests/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698