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

Unified Diff: ui/aura/window_delegate.h

Issue 10831361: Draggable region support for frameless app window on CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use ShouldDescendIntoChildForEventHandling Created 8 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: ui/aura/window_delegate.h
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
index a4324e22ff26378193074020e05636a4595c8aa2..9d698b3ecd9dbecc00105c58f145db28cac37c20 100644
--- a/ui/aura/window_delegate.h
+++ b/ui/aura/window_delegate.h
@@ -54,7 +54,8 @@ class AURA_EXPORT WindowDelegate {
// in terms of the Window.
virtual bool ShouldDescendIntoChildForEventHandling(
Window* child,
- const gfx::Point& location) = 0;
+ const gfx::Point& event_location,
+ ui::EventType event_type) = 0;
virtual bool OnMouseEvent(ui::MouseEvent* event) = 0;

Powered by Google App Engine
This is Rietveld 408576698