aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@google.com>2015-07-31 07:55:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-31 07:55:09 -0700
commitbdc91a7fdb100da9321c1c17fae912949ccb60b2 (patch)
tree622deb8887694c291e7b5ec74d41abd2f211ae67 /src/core
parentadcdca86ce425cf8c28bfad311cef028df756ee8 (diff)
Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/)
Reason for revert: breaking android Original issue's description: > Modifying TextBlobCacheTest to use SkRandomScalerContext > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/adcdca86ce425cf8c28bfad311cef028df756ee8 TBR=bungeman@google.com,bsalomon@google.com,joshualitt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1267623004
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkScalerContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 6addf736fc..7fa1ef5fcd 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -301,8 +301,6 @@ protected:
void forceOffGenerateImageFromPath() { fGenerateImageFromPath = false; }
private:
- friend class SkRandomScalerContext; // For debug purposes
-
// never null
SkAutoTUnref<SkTypeface> fTypeface;