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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2521823002: Wires up PointerWatcherEventRouter for views aura-mus (Closed)
Patch Set: cleanup Created 4 years, 1 month 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 | « no previous file | ui/aura/mus/window_tree_client.cc » ('j') | ui/views/mus/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index c483e9386ab37d961b7930f37b39434b7b0ac9c8..991b49b99a4182bccd564bb388d48b6ee080b5b1 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -60,6 +60,10 @@ class WindowTreeClientObserver;
class WindowTreeHost;
class WindowTreeHostMus;
+namespace client {
+class CaptureClient;
+}
+
using EventResultCallback = base::Callback<void(ui::mojom::EventResult)>;
// Manages the connection with mus.
@@ -95,6 +99,8 @@ class AURA_EXPORT WindowTreeClient
bool connected() const { return tree_ != nullptr; }
ClientSpecificId client_id() const { return client_id_; }
+ client::CaptureClient* GetCaptureClient();
+
void SetClientArea(Window* window,
const gfx::Insets& client_area,
const std::vector<gfx::Rect>& additional_client_areas);
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_client.cc » ('j') | ui/views/mus/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698