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:
commit-bot@chromium.org 2013-11-25 15:44:37 +00:00
parent 02352d14d4
commit eddb02c82d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.