Adding SkDeferredCanvas::NoticifationClient to the exported API.
R=reed@android.com, robertphillips@google.com, reed, robertphillips BUG=1861 Author: schenney@chromium.org Review URL: https://codereview.chromium.org/83383007 git-svn-id: http://skia.googlecode.com/svn/trunk@12380 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
02352d14d4
commit
eddb02c82d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user