| Index: Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeMacCommon.h b/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| index 0f61f50a447fe37f613803a45f368a34dbe87c8d..e0c0d03fe83b730b502ab1d35e9cff2e815af12c 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeMacCommon.h
|
| @@ -29,6 +29,8 @@
|
| #include "platform/mac/NSScrollerImpDetails.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|
| +class SkCanvas;
|
| +
|
| namespace blink {
|
|
|
| class Pattern;
|
| @@ -60,7 +62,7 @@ protected:
|
|
|
| virtual void updateButtonPlacement() { }
|
|
|
| - void paintGivenTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&);
|
| + void paintGivenTickmarks(SkCanvas*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&);
|
|
|
| RefPtr<Pattern> m_overhangPattern;
|
| };
|
|
|