Final pieces of int16 and .Pass()
This commit is contained in:
parent
f29d633563
commit
a31cbd24a1
2 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ SubmenuButton::SubmenuButton(views::ButtonListener* listener,
|
|||
underline_color_(SK_ColorBLACK) {
|
||||
#if defined(OS_LINUX)
|
||||
// Dont' use native style border.
|
||||
SetBorder(CreateDefaultBorder().Pass());
|
||||
SetBorder(std::move(CreateDefaultBorder()));
|
||||
#endif
|
||||
|
||||
if (GetUnderlinePosition(title, &accelerator_, &underline_start_,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue