positioningItem => positioning_item
This commit is contained in:
parent
ea9b0cfed0
commit
360266ba5b
5 changed files with 12 additions and 11 deletions
|
@ -20,7 +20,7 @@ void MenuViews::Popup(Window* window) {
|
|||
PopupAtPoint(window, gfx::Screen::GetNativeScreen()->GetCursorScreenPoint());
|
||||
}
|
||||
|
||||
void MenuViews::PopupAt(Window* window, int x, int y, int positioningItem) {
|
||||
void MenuViews::PopupAt(Window* window, int x, int y, int positioning_item) {
|
||||
NativeWindow* native_window = static_cast<NativeWindow*>(window->window());
|
||||
if (!native_window)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue