| Index: ui/aura/mus/window_tree_host_mus.h
|
| diff --git a/ui/aura/mus/window_tree_host_mus.h b/ui/aura/mus/window_tree_host_mus.h
|
| index 9209f60facdc3755aecaa076b0b9a6e19b862d53..028207938611fb8fd4a1a345cbe849eca6512dd9 100644
|
| --- a/ui/aura/mus/window_tree_host_mus.h
|
| +++ b/ui/aura/mus/window_tree_host_mus.h
|
| @@ -50,6 +50,13 @@ class AURA_EXPORT WindowTreeHostMus : public aura::WindowTreeHostPlatform {
|
|
|
| InputMethodMus* input_method() { return input_method_.get(); }
|
|
|
| + // Sets the client area on the underlying mus window.
|
| + void SetClientArea(const gfx::Insets& insets);
|
| +
|
| + // Sets the hit test mask on the underlying mus window. Pass base::nullopt to
|
| + // clear.
|
| + void SetHitTestMask(const base::Optional<gfx::Rect>& rect);
|
| +
|
| // Intended only for WindowTreeClient to call.
|
| void set_display_id(int64_t id) { display_id_ = id; }
|
| int64_t display_id() const { return display_id_; }
|
|
|