Chromium Code Reviews| Index: include/core/SkPictureRecorder.h |
| diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
| index 8d29ff36daa310bcfbb3d3b0f3d9980a702d0dac..4fce33ee6a73fbdc454497dceff5ba72820b7dbe 100644 |
| --- a/include/core/SkPictureRecorder.h |
| +++ b/include/core/SkPictureRecorder.h |
| @@ -57,7 +57,9 @@ private: |
| /** Replay the current (partially recorded) operation stream into |
| canvas. This call doesn't close the current recording. |
| */ |
| - friend class AndroidPicture; |
| +#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK |
| + friend class Picture; |
|
reed1
2014/06/17 18:20:12
Is that really the name? No namespace around it? W
|
| +#endif |
| friend class SkPictureRecorderReplayTester; // for unit testing |
| void partialReplay(SkCanvas* canvas) const; |