| Index: ui/views/touchui/touch_editing_menu.cc
|
| diff --git a/ui/views/touchui/touch_editing_menu.cc b/ui/views/touchui/touch_editing_menu.cc
|
| index 83052569b0b3e5876622e7a911e0af6811bf0e1c..731d352f6147b33afe4d41cee4795de2ac6b6818 100644
|
| --- a/ui/views/touchui/touch_editing_menu.cc
|
| +++ b/ui/views/touchui/touch_editing_menu.cc
|
| @@ -66,7 +66,7 @@ TouchEditingMenuView::TouchEditingMenuView(
|
| gfx::NativeView context)
|
| : BubbleDelegateView(NULL, views::BubbleBorder::BOTTOM_CENTER),
|
| controller_(controller) {
|
| - set_anchor_rect(anchor_rect);
|
| + SetAnchorRect(anchor_rect);
|
| set_shadow(views::BubbleBorder::SMALL_SHADOW);
|
| set_parent_window(context);
|
| set_margins(gfx::Insets(kMenuMargin, kMenuMargin, kMenuMargin, kMenuMargin));
|
|
|