Commit 329b4754 authored by jbroman@chromium.org's avatar jbroman@chromium.org

Remove inclusion of RetainPtr.h in SimpleFontData.h

This file does not use RetainPtr; move the include to
FontPlatformDataMac.mm, which does need it.

Review URL: https://codereview.chromium.org/1314663002

git-svn-id: svn://svn.chromium.org/blink/trunk@201646 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8dff0b61
...@@ -39,10 +39,6 @@ ...@@ -39,10 +39,6 @@
#include "wtf/PassOwnPtr.h" #include "wtf/PassOwnPtr.h"
#include "wtf/text/StringHash.h" #include "wtf/text/StringHash.h"
#if OS(MACOSX)
#include "wtf/RetainPtr.h"
#endif
namespace blink { namespace blink {
class FontDescription; class FontDescription;
......
...@@ -24,16 +24,16 @@ ...@@ -24,16 +24,16 @@
#import "config.h" #import "config.h"
#import "platform/fonts/FontPlatformData.h" #import "platform/fonts/FontPlatformData.h"
#import <AppKit/NSFont.h>
#import <AvailabilityMacros.h>
#import <wtf/text/WTFString.h>
#import "platform/LayoutTestSupport.h" #import "platform/LayoutTestSupport.h"
#import "platform/fonts/Font.h" #import "platform/fonts/Font.h"
#import "platform/fonts/shaping/HarfBuzzFace.h" #import "platform/fonts/shaping/HarfBuzzFace.h"
#import "public/platform/Platform.h" #import "public/platform/Platform.h"
#import "public/platform/mac/WebSandboxSupport.h" #import "public/platform/mac/WebSandboxSupport.h"
#import "third_party/skia/include/ports/SkTypeface_mac.h" #import "third_party/skia/include/ports/SkTypeface_mac.h"
#import "wtf/RetainPtr.h"
#import "wtf/text/WTFString.h"
#import <AppKit/NSFont.h>
#import <AvailabilityMacros.h>
namespace blink { namespace blink {
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include "platform/mac/LocalCurrentGraphicsContext.h" #include "platform/mac/LocalCurrentGraphicsContext.h"
#include "platform/mac/NSScrollerImpDetails.h" #include "platform/mac/NSScrollerImpDetails.h"
#include "platform/scroll/ScrollbarThemeClient.h" #include "platform/scroll/ScrollbarThemeClient.h"
#include "wtf/RetainPtr.h"
@interface WebCoreScrollbarObserver : NSObject { @interface WebCoreScrollbarObserver : NSObject {
blink::ScrollbarThemeClient* _scrollbar; blink::ScrollbarThemeClient* _scrollbar;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment