| 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 0f6e81f914e06bb6927ccbea603c918806136904..68277f0bd263194ef2368dce8dc6117557c8dbc7 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"
|
| @@ -179,6 +180,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,
|
|
|