aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-09-03 11:04:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-03 11:04:31 -0700
commitd982eb22d7bce655a609e9b481b3ddfeff361067 (patch)
tree30864835861825a9ec9f69c1d7a045c9e5c8a3a7 /include
parent74364c97740eb48c86d6e7b42520c77130eb1486 (diff)
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
I think this is sufficiently specialized to keep it in Ganesh for the time being. R=bsalomon@google.com, mtklein@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/535953002
Diffstat (limited to 'include')
-rw-r--r--include/core/SkDrawPictureCallback.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkDrawPictureCallback.h b/include/core/SkDrawPictureCallback.h
index e86a227e62..d5a360ee8e 100644
--- a/include/core/SkDrawPictureCallback.h
+++ b/include/core/SkDrawPictureCallback.h
@@ -8,6 +8,8 @@
#ifndef SkDrawPictureCallback_DEFINED
#define SkDrawPictureCallback_DEFINED
+#include "SkTypes.h"
+
/**
* Subclasses of this can be passed to canvas.drawPicture(). During the drawing
* of the picture, this callback will periodically be invoked. If its