Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 2fb6de7eb8564c871ceb5cf25bb0b3d5fa105036..e01ad5c679dd039292ca5b81e492b799f341b098 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -134,6 +134,8 @@ protected: |
const SkMatrix*, const SkPaint*) SK_OVERRIDE; |
private: |
+ friend class GrLayerHoister; |
bsalomon
2014/12/10 18:54:20
can the filter function be moved somewhere else? W
robertphillips
2014/12/10 19:16:10
Done.
|
+ |
GrContext* fContext; |
GrSkDrawProcs* fDrawProcs; |