Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 55b08a762c46dcbbad4f63b1b3aea1769cd64fb9..3f2c7e553c8b5d23a49a91ac84336ddc1a2221f1 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -393,6 +393,7 @@ private: |
friend class SkImageFilter::DeviceProxy; |
friend class SkNoPixelsBitmapDevice; |
friend class SkSurface_Raster; |
+ friend class GrLayerHoister; // for surfaceProps |
bsalomon
2016/04/05 13:24:00
Wonder why the getter isn't public. Maybe it could
Brian Osman
2016/04/05 15:36:41
Acknowledged.
|
// used to change the backend's pixels (and possibly config/rowbytes) |
// but cannot change the width/height, so there should be no change to |