athena: Change the load progress color to #1759CD.

BUG=none
TBR=mukai@chromium.org

Review URL: https://codereview.chromium.org/535593002

Cr-Commit-Position: refs/heads/master@{#292996}
parent 51dad206
...@@ -306,7 +306,7 @@ class AthenaWebView : public views::WebView { ...@@ -306,7 +306,7 @@ class AthenaWebView : public views::WebView {
void CreateProgressBar() { void CreateProgressBar() {
CHECK(!progress_bar_); CHECK(!progress_bar_);
progress_bar_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR)); progress_bar_.reset(new ui::Layer(ui::LAYER_SOLID_COLOR));
progress_bar_->SetColor(SkColorSetRGB(0x00, 0xb0, 0xc7)); progress_bar_->SetColor(SkColorSetRGB(0x17, 0x59, 0xcd));
} }
scoped_ptr<WebActivityController> controller_; scoped_ptr<WebActivityController> controller_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment