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

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

Issue 2689283003: chromeos: removes underlay surface offset (Closed)
Patch Set: Created 3 years, 10 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: 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 4640e87a4d1593f71353850674c3a49606dcd359..39e6cea08f3f60268251389b60b1c5cae88ec935 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -418,10 +418,7 @@ class AURA_EXPORT WindowTreeClient
void AddActivationParent(Window* window) override;
void RemoveActivationParent(Window* window) override;
void ActivateNextWindow() override;
- void SetUnderlaySurfaceOffsetAndExtendedHitArea(
- Window* window,
- const gfx::Vector2d& offset,
- const gfx::Insets& hit_area) override;
+ void SetExtendedHitArea(Window* window, const gfx::Insets& hit_area) override;
void RequestClose(Window* window) override;
// Overriden from WindowTreeHostMusDelegate:

Powered by Google App Engine
This is Rietveld 408576698