Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: include/core/SkPicture.h

Issue 237673017: Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPicture.h
===================================================================
--- include/core/SkPicture.h (revision 14224)
+++ include/core/SkPicture.h (working copy)
@@ -147,6 +147,7 @@
// all external consumers, SkPicture::createBBoxHierarchy can also be
// cleaned up.
private:
+ friend class SkPictureRecorder;
#endif
enum Deprecated_RecordingFlags {
/* This flag causes the picture to compute bounding boxes and build
@@ -175,8 +176,6 @@
#ifndef SK_SUPPORT_LEGACY_PICTURE_CAN_RECORD
private:
friend class SkPictureRecorder;
- friend class SkImage_Picture;
- friend class SkSurface_Picture;
#endif
/** Returns the canvas that records the drawing commands.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698