diff options
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r-- | app/resource_bundle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/resource_bundle.h b/app/resource_bundle.h index 0273494..2efd932 100644 --- a/app/resource_bundle.h +++ b/app/resource_bundle.h @@ -141,6 +141,8 @@ class ResourceBundle { // ResourceBundle). static const SkColor frame_color; static const SkColor frame_color_inactive; + static const SkColor frame_color_app_panel; + static const SkColor frame_color_app_panel_inactive; static const SkColor frame_color_incognito; static const SkColor frame_color_incognito_inactive; static const SkColor toolbar_color; |