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

Unified Diff: ui/oak/oak_aura_window_display.cc

Issue 27458002: Allow setting different hit test bounds overrides for mouse and touch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« ui/aura/window.h ('K') | « ui/aura/window_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oak/oak_aura_window_display.cc
diff --git a/ui/oak/oak_aura_window_display.cc b/ui/oak/oak_aura_window_display.cc
index 18323f8766cac84e4ee6e02fe5b96d89724324c5..ea616542fc25780c5ee0df65e925b98292aeb586 100644
--- a/ui/oak/oak_aura_window_display.cc
+++ b/ui/oak/oak_aura_window_display.cc
@@ -148,7 +148,7 @@ base::string16 OakAuraWindowDisplay::GetText(int row, int column_id) {
window_->hit_test_bounds_override_outer_mouse());
case ROW_HITTESTBOUNDSOVERRIDEINNER:
return PropertyWithInsets("Hit test bounds override inner: ",
- window_->hit_test_bounds_override_inner());
+ window_->hit_test_bounds_override_inner_mouse());
default:
NOTREACHED();
break;
« ui/aura/window.h ('K') | « ui/aura/window_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698