Style fixes for SetProgressBar
This commit is contained in:
parent
81244c2221
commit
dd79c71302
2 changed files with 11 additions and 15 deletions
|
@ -905,7 +905,7 @@ gfx::NativeWindow NativeWindowViews::GetNativeWindow() {
|
|||
}
|
||||
|
||||
void NativeWindowViews::SetProgressBar(
|
||||
double progress, const std::string& mode) {
|
||||
double progress, const std::string& mode) {
|
||||
#if defined(OS_WIN)
|
||||
taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, mode);
|
||||
#elif defined(USE_X11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue