Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: ui/base/native_theme/native_theme_base.h

Issue 10796071: Enable new checkbox style by default (Linux/CrOS only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with trunk Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/native_theme/native_theme_base.h
diff --git a/ui/base/native_theme/native_theme_base.h b/ui/base/native_theme/native_theme_base.h
index 4e892cad7c6e31e3aee41c12bd2dd4af8f6d990e..41a9c6a98f08d99c03c097ded6d808e3687e0086 100644
--- a/ui/base/native_theme/native_theme_base.h
+++ b/ui/base/native_theme/native_theme_base.h
@@ -159,8 +159,8 @@ class NativeThemeBase : public NativeTheme {
SkScalar max) const;
SkColor OutlineColor(SkScalar* hsv1, SkScalar* hsv2) const;
- // Returns whether the new experimental vector-graphics based checkbox and
- // radiobutton style is enabled.
+ // Returns whether the new vector-graphics based checkbox and radio button
+ // style is enabled.
bool IsNewCheckboxStyleEnabled(SkCanvas* canvas) const;
// Paint the common parts of the new (experimental) checkboxes and radio

Powered by Google App Engine
This is Rietveld 408576698