| Index: ui/views/controls/progress_bar.cc
|
| diff --git a/ui/views/controls/progress_bar.cc b/ui/views/controls/progress_bar.cc
|
| index 3abc820fc86601627aa143f1f200064b7fa9fe3d..02b3e9177d51951224f01871c1809a51ea2d8bd2 100644
|
| --- a/ui/views/controls/progress_bar.cc
|
| +++ b/ui/views/controls/progress_bar.cc
|
| @@ -188,7 +188,7 @@ std::string ProgressBar::GetClassName() const {
|
| return kViewClassName;
|
| }
|
|
|
| -void ProgressBar::OnPaint(gfx::Canvas* canvas) {
|
| +void ProgressBar::OnPaint(gfx::CanvasSkia* canvas) {
|
| const double capped_value = std::min(
|
| std::max(current_value_, min_display_value_), max_display_value_);
|
| const double capped_fraction =
|
|
|