commit | 18db4658834fea19245fc3bef77a66793736989d | [log] [tgz] |
---|---|---|
author | fukino <fukino@chromium.org> | Thu Nov 05 05:13:26 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 05 05:14:07 2015 |
tree | dc6642b56bf541fbf8cd5d83f0e69f2c2ebfe5f8 | |
parent | 461a5a61af117d5a5a362af8361a0aad43eae6a7 [diff] |
Make panel window's header color customizable in Ash. Normal Chrome OS app window (ash::CustomFrameViewAsh) has an ability to change header color. But if the type is 'panel', ash::PanelFrameView is used and it doesn't have the ability. This CL adds the ability to change the header color for panel window. BUG=548111 Review URL: https://codereview.chromium.org/1429793002 Cr-Commit-Position: refs/heads/master@{#358005}