| Index: ui/native_theme/native_theme_base.h
|
| diff --git a/ui/native_theme/native_theme_base.h b/ui/native_theme/native_theme_base.h
|
| index 74525ce67fbf4dfcbbc7d2cc3356ae6d797178e2..3a8ddde23d1244ffdd37e2d09b88a4467b2660d5 100644
|
| --- a/ui/native_theme/native_theme_base.h
|
| +++ b/ui/native_theme/native_theme_base.h
|
| @@ -170,10 +170,10 @@ class NATIVE_THEME_EXPORT NativeThemeBase : public NativeTheme {
|
| SkColor GetArrowColor(State state) const;
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(NativeThemeAuraTest, VerticalArrows);
|
| - FRIEND_TEST_ALL_PREFIXES(NativeThemeAuraTest, HorizontalArrows);
|
| + friend class NativeThemeAuraTest;
|
|
|
| SkPath PathForArrow(const gfx::Rect& rect, Part direction) const;
|
| + gfx::Rect BoundingRectForArrow(const gfx::Rect& rect) const;
|
|
|
| void DrawVertLine(SkCanvas* canvas,
|
| int x,
|
|
|