| Index: ui/views/controls/label.h
|
| diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h
|
| index adff7c17f991ae296caa9cb1625f0603d8f16968..7f1ed31fea461b3c93c28fdcae9e369cdbad452c 100644
|
| --- a/ui/views/controls/label.h
|
| +++ b/ui/views/controls/label.h
|
| @@ -219,6 +219,9 @@ class VIEWS_EXPORT Label : public View {
|
| FRIEND_TEST_ALL_PREFIXES(LabelTest, DrawMultiLineStringInRTL);
|
| FRIEND_TEST_ALL_PREFIXES(LabelTest, AutoDetectDirectionality);
|
|
|
| + // Calls ComputeDrawStringFlags().
|
| + FRIEND_TEST_ALL_PREFIXES(LabelTest, DisableSubpixelRendering);
|
| +
|
| static gfx::Font GetDefaultFont();
|
|
|
| void Init(const string16& text, const gfx::Font& font);
|
|
|