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 675900f6f99a5e07dd7f1c9f4eaf2b1e9b7d27dd..74525ce67fbf4dfcbbc7d2cc3356ae6d797178e2 100644 |
--- a/ui/native_theme/native_theme_base.h |
+++ b/ui/native_theme/native_theme_base.h |
@@ -8,6 +8,7 @@ |
#include <memory> |
#include "base/compiler_specific.h" |
+#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
#include "skia/ext/platform_canvas.h" |
#include "ui/native_theme/native_theme.h" |
@@ -169,6 +170,11 @@ 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); |
+ |
+ SkPath PathForArrow(const gfx::Rect& rect, Part direction) const; |
+ |
void DrawVertLine(SkCanvas* canvas, |
int x, |
int y1, |