| 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 68130091b7e656d172a0501bbedfa935fc2eebf9..70ad1555d93c7ce31847ac3285817e912fbc0dd2 100644
|
| --- a/ui/oak/oak_aura_window_display.cc
|
| +++ b/ui/oak/oak_aura_window_display.cc
|
| @@ -145,7 +145,7 @@ string16 OakAuraWindowDisplay::GetText(int row, int column_id) {
|
| return PropertyWithBool("Can Focus: ", window_->CanFocus());
|
| case ROW_HITTESTBOUNDSOVERRIDEOUTER:
|
| return PropertyWithInsets("Hit test bounds override outer: ",
|
| - window_->hit_test_bounds_override_outer());
|
| + window_->hit_test_bounds_override_outer_mouse());
|
| case ROW_HITTESTBOUNDSOVERRIDEINNER:
|
| return PropertyWithInsets("Hit test bounds override inner: ",
|
| window_->hit_test_bounds_override_inner());
|
|
|