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

Unified Diff: include/core/SkCanvas.h

Issue 12567025: Integrating SkSurface with SkDeferredCanvas (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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/SkCanvas.h
===================================================================
--- include/core/SkCanvas.h (revision 8402)
+++ include/core/SkCanvas.h (working copy)
@@ -1023,6 +1023,7 @@
fSurfaceBase = sb;
}
friend class SkSurface_Base;
+ friend class SkSurface_Gpu;
bool fDeviceCMDirty; // cleared by updateDeviceCMCache()
void updateDeviceCMCache();
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkSurface.h » ('j') | src/image/SkSurface.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698