aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkScalerContext.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-31 11:45:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-31 11:45:22 -0700
commit65e96b4eb94c1b692f7decc18915cff77c5f1ab3 (patch)
tree71c1644d22637202b918c91f7d93af912ab2eeaa /src/core/SkScalerContext.h
parent88c7b988ba7792e51e741567426069cd9cc852dd (diff)
Modifying TextBlobCacheTest to use SkRandomScalerContext
Diffstat (limited to 'src/core/SkScalerContext.h')
-rw-r--r--src/core/SkScalerContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
index 7fa1ef5fcd..6addf736fc 100644
--- a/src/core/SkScalerContext.h
+++ b/src/core/SkScalerContext.h
@@ -301,6 +301,8 @@ protected:
void forceOffGenerateImageFromPath() { fGenerateImageFromPath = false; }
private:
+ friend class SkRandomScalerContext; // For debug purposes
+
// never null
SkAutoTUnref<SkTypeface> fTypeface;