aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-07-11 14:56:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-11 20:31:18 +0000
commit97c6a0ee41bb1af9cc81695590e2bb97ec85fecf (patch)
tree9e6de14afba4ecbfa913196c92ae4f078da10be7 /gn
parent4eebd9eed06039d265f06edb759765731f963271 (diff)
Remove interal use of SkRefCnt_SafeAssign.
It turns out that SkDeviceProfile is no longer used and can just be deleted. The ResourceCacheTest and DebugGLTestContext are changed to use smart pointers where possible. This also clarifies the squirrelly part of the test. DebugGLTestContext is going away soon anyway. Change-Id: I95ef24afa58aa4d356429b93d4dec0d72e3fd827 Reviewed-on: https://skia-review.googlesource.com/140577 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/core.gni1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/core.gni b/gn/core.gni
index 7881579e38..5b3e053ea8 100644
--- a/gn/core.gni
+++ b/gn/core.gni
@@ -103,7 +103,6 @@ skia_core_sources = [
"$_src/core/SkDescriptor.h",
"$_src/core/SkDevice.cpp",
"$_src/core/SkDevice.h",
- "$_src/core/SkDeviceProfile.cpp",
"$_src/core/SkDiscardableMemory.h",
"$_src/lazy/SkDiscardableMemoryPool.cpp",
"$_src/core/SkDistanceFieldGen.cpp",