| 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
|
|
|