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

Unified Diff: include/core/SkPixelRef.h

Issue 1579323002: Add SkSpecialImage & SkSpecialSurface classes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: updated from conversation Created 4 years, 11 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
Index: include/core/SkPixelRef.h
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 9cdcd85a798b5faf5f27c809fb8b07292d10848a..eccbe4b8e69e245b437ff98dac675d558c45d64b 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -381,6 +381,7 @@ private:
bool isPreLocked() const { return fPreLocked; }
friend class SkImage_Raster;
+ friend class SkSpecialImage_Raster;
// When copying a bitmap to another with the same shape and config, we can safely
// clone the pixelref generation ID too, which makes them equivalent under caching.
« no previous file with comments | « gyp/core.gypi ('k') | src/core/SkSpecialImage.h » ('j') | src/core/SkSpecialImage.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698