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

Unified Diff: ui/aura/test/test_window_delegate.cc

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/test/test_window_delegate.cc
diff --git a/ui/aura/test/test_window_delegate.cc b/ui/aura/test/test_window_delegate.cc
index 807daeaf8c12d370122d965299bb8ca4cd5d312a..6bd6ed594203646b2412eb61d80206d05feb4e0e 100644
--- a/ui/aura/test/test_window_delegate.cc
+++ b/ui/aura/test/test_window_delegate.cc
@@ -52,7 +52,8 @@ int TestWindowDelegate::GetNonClientComponent(const gfx::Point& point) const {
bool TestWindowDelegate::ShouldDescendIntoChildForEventHandling(
Window* child,
- const gfx::Point& location) {
+ const gfx::Point& event_location,
+ ui::EventType event_type) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698