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

Unified Diff: include/utils/SkDeferredCanvas.h

Issue 83383007: Adding SkDeferredCanvas::NoticifationClient to the exported API. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Also need SkBitmap::Allocatorw Created 7 years, 1 month 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 | « include/core/SkBitmap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkDeferredCanvas.h
diff --git a/include/utils/SkDeferredCanvas.h b/include/utils/SkDeferredCanvas.h
index c0613ed544b0e8eafed9038030112bb9d0fdb4f7..d62178517217c9d84fd2495c5c7a8e908b29949f 100644
--- a/include/utils/SkDeferredCanvas.h
+++ b/include/utils/SkDeferredCanvas.h
@@ -25,7 +25,7 @@ class SkSurface;
*/
class SK_API SkDeferredCanvas : public SkCanvas {
public:
- class NotificationClient;
+ class SK_API NotificationClient;
/** Construct a canvas with the specified surface to draw into.
This factory must be used for newImageSnapshot to work.
« no previous file with comments | « include/core/SkBitmap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698