summaryrefslogtreecommitdiffstats
path: root/views/controls/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/label.h')
-rw-r--r--views/controls/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/label.h b/views/controls/label.h
index e68593be..60ccb69 100644
--- a/views/controls/label.h
+++ b/views/controls/label.h
@@ -192,6 +192,8 @@ class Label : public View {
// calculations done for drawing text.
FRIEND_TEST(LabelTest, DrawSingleLineString);
FRIEND_TEST(LabelTest, DrawMultiLineString);
+ FRIEND_TEST(LabelTest, DrawSingleLineStringInRTL);
+ FRIEND_TEST(LabelTest, DrawMultiLineStringInRTL);
static gfx::Font GetDefaultFont();