summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rwxr-xr-xskia/ext/bitmap_platform_device_mac.cc2
-rwxr-xr-xskia/ext/bitmap_platform_device_mac.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/skia/ext/bitmap_platform_device_mac.cc b/skia/ext/bitmap_platform_device_mac.cc
index a3f5e74..f752d3d 100755
--- a/skia/ext/bitmap_platform_device_mac.cc
+++ b/skia/ext/bitmap_platform_device_mac.cc
@@ -11,6 +11,7 @@
#include "SkTypes.h"
#include "SkUtils.h"
+#include "base/ref_counted.h"
#include "skia/ext/skia_utils_mac.h"
namespace skia {
@@ -295,4 +296,3 @@ void BitmapPlatformDeviceMac::processPixels(int x, int y,
}
} // namespace skia
-
diff --git a/skia/ext/bitmap_platform_device_mac.h b/skia/ext/bitmap_platform_device_mac.h
index 7116a1b..0cf483f 100755
--- a/skia/ext/bitmap_platform_device_mac.h
+++ b/skia/ext/bitmap_platform_device_mac.h
@@ -5,7 +5,6 @@
#ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_
#define SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_
-#include "base/ref_counted.h"
#include "skia/ext/platform_device_mac.h"
namespace skia {
@@ -92,4 +91,3 @@ class BitmapPlatformDeviceMac : public PlatformDeviceMac {
} // namespace skia
#endif // SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_
-