summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorbungeman <bungeman@chromium.org>2016-02-22 10:19:14 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-22 18:20:46 +0000
commitd2eaca13a6e6c1200b8d010c7757ccc5a4d39e43 (patch)
tree50d59d21df98da928b705e13f8c23cc7363040a0 /skia
parent36496ae4320bf44f41bdda3038575fbc58336620 (diff)
downloadchromium_src-d2eaca13a6e6c1200b8d010c7757ccc5a4d39e43.zip
chromium_src-d2eaca13a6e6c1200b8d010c7757ccc5a4d39e43.tar.gz
chromium_src-d2eaca13a6e6c1200b8d010c7757ccc5a4d39e43.tar.bz2
Remove uses of Skia's SkUtils.h.
Skia is in the process of making this header private. Most files which currently include it are not actually using anything from it. The one use (to check for a lead surrogate) is replaced with other libraries more suited to the task. Review URL: https://codereview.chromium.org/1717363002 Cr-Commit-Position: refs/heads/master@{#376759}
Diffstat (limited to 'skia')
-rw-r--r--skia/ext/bitmap_platform_device_mac.cc1
-rw-r--r--skia/ext/bitmap_platform_device_win.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/skia/ext/bitmap_platform_device_mac.cc b/skia/ext/bitmap_platform_device_mac.cc
index d46efdd..eaf979b 100644
--- a/skia/ext/bitmap_platform_device_mac.cc
+++ b/skia/ext/bitmap_platform_device_mac.cc
@@ -17,7 +17,6 @@
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkRegion.h"
#include "third_party/skia/include/core/SkTypes.h"
-#include "third_party/skia/include/core/SkUtils.h"
namespace skia {
diff --git a/skia/ext/bitmap_platform_device_win.cc b/skia/ext/bitmap_platform_device_win.cc
index c636ba9..d9cf388 100644
--- a/skia/ext/bitmap_platform_device_win.cc
+++ b/skia/ext/bitmap_platform_device_win.cc
@@ -15,7 +15,6 @@
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkRegion.h"
-#include "third_party/skia/include/core/SkUtils.h"
namespace {