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

Unified Diff: include/core/SkBitmap.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 | « no previous file | include/utils/SkDeferredCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkBitmap.h
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index afce3a7278a73ecddc0f316cb2e049f2414318ca..b58925c9dbb63573178d3196537d7a7df8d466fa 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -38,7 +38,7 @@ class GrTexture;
*/
class SK_API SkBitmap {
public:
- class Allocator;
+ class SK_API Allocator;
enum Config {
kNo_Config, //!< bitmap has not been configured
« no previous file with comments | « no previous file | include/utils/SkDeferredCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698