blob: 0195ad3d2ac871076b6732d46d845828679275c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/include/effects/SkRuntimeEffect.h b/include/effects/SkRuntimeEffect.h
index b3f21b1d58..dddc8d16dc 100644
--- a/include/effects/SkRuntimeEffect.h
+++ b/include/effects/SkRuntimeEffect.h
@@ -97,7 +97,7 @@ public:
// run the inliner directly, but they still get an inlining pass once they are painted.)
bool forceNoInline = false;
- private:
+// private:
friend class SkRuntimeEffect;
friend class SkRuntimeEffectPriv;
|