Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Unified Diff: Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm

Issue 1314663002: Remove inclusion of RetainPtr.h in SimpleFontData.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add now-needed include to ScrollbarThemeMacOverlayAPI.mm Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/fonts/mac/FontPlatformDataMac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm
diff --git a/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm b/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm
index d546ca110fdab076118c90c1120d093acef5c76a..b07476e50896414c045c597b40e960f0a2bed1ff 100644
--- a/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm
+++ b/Source/platform/scroll/ScrollbarThemeMacOverlayAPI.mm
@@ -37,6 +37,7 @@
#include "platform/mac/LocalCurrentGraphicsContext.h"
#include "platform/mac/NSScrollerImpDetails.h"
#include "platform/scroll/ScrollbarThemeClient.h"
+#include "wtf/RetainPtr.h"
@interface WebCoreScrollbarObserver : NSObject {
blink::ScrollbarThemeClient* _scrollbar;
« no previous file with comments | « Source/platform/fonts/mac/FontPlatformDataMac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698