Add missing trampoline method
This commit is contained in:
parent
ef869fb2ff
commit
f55379ed5b
1 changed files with 5 additions and 0 deletions
|
@ -405,6 +405,11 @@ void Window::SetProgressBar(double progress) {
|
||||||
window_->SetProgressBar(progress);
|
window_->SetProgressBar(progress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Window::SetOverlayIcon(const gfx::Image& overlay,
|
||||||
|
const std::string& description) {
|
||||||
|
window_->SetOverlayIcon(overlay, description);
|
||||||
|
}
|
||||||
|
|
||||||
void Window::SetAutoHideMenuBar(bool auto_hide) {
|
void Window::SetAutoHideMenuBar(bool auto_hide) {
|
||||||
window_->SetAutoHideMenuBar(auto_hide);
|
window_->SetAutoHideMenuBar(auto_hide);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue