| 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..e11fe780bea6ad73129027af4f1769fa3e14bdc8 100644
|
| --- a/ui/native_theme/native_theme_base.h
|
| +++ b/ui/native_theme/native_theme_base.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "skia/ext/platform_canvas.h"
|
| +#include "ui/gfx/geometry/rect_f.h"
|
| #include "ui/native_theme/native_theme.h"
|
|
|
| namespace gfx {
|
| @@ -170,10 +171,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::RectF BoundingRectForArrow(const gfx::Rect& rect) const;
|
|
|
| void DrawVertLine(SkCanvas* canvas,
|
| int x,
|
|
|