aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
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;