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

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

Issue 2507963002: Implement hit tests/client area. (Closed)
Patch Set: Really fix compile 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
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 f9835fe486dd0e8548e9a172993238e68ab08af7..1e47dcc41f132f3616e098c07af2b02cef879a13 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -406,6 +406,13 @@ class AURA_EXPORT WindowTreeClient
// Overriden from WindowTreeHostMusDelegate:
void OnWindowTreeHostBoundsWillChange(WindowTreeHostMus* window_tree_host,
const gfx::Rect& bounds) override;
+ void OnWindowTreeHostClientAreaWillChange(WindowTreeHostMus* window_tree_host,
+ const gfx::Insets& insets) override;
+ void OnWindowTreeHostClearHitTestMask(
+ WindowTreeHostMus* window_tree_host) override;
+ void OnWindowTreeHostHitTestMaskWillChange(
+ WindowTreeHostMus* window_tree_host,
+ const gfx::Rect& mask_rect) override;
std::unique_ptr<WindowPortMus> CreateWindowPortForTopLevel() override;
void OnWindowTreeHostCreated(WindowTreeHostMus* window_tree_host) override;
« ui/aura/mus/DEPS ('K') | « ui/aura/mus/DEPS ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698