Commit 3e8cb09f authored by wutao's avatar wutao Committed by Commit Bot

Add ash text style to chrome text style

Bug: 1061271
Test: past build
Change-Id: Ie363350b8499ef4e41c9236d9d8107ab2167ba7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112115
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#752075}
parent 5d0a0f8c
......@@ -55,7 +55,11 @@ enum ChromeTextContext {
};
enum ChromeTextStyle {
#if defined(OS_CHROMEOS)
CHROME_TEXT_STYLE_START = ash::ASH_TEXT_STYLE_END,
#else
CHROME_TEXT_STYLE_START = views::style::VIEWS_TEXT_STYLE_END,
#endif
// Similar to views::style::STYLE_PRIMARY but with a monospaced typeface.
STYLE_PRIMARY_MONOSPACED = CHROME_TEXT_STYLE_START,
......
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