aboutsummaryrefslogtreecommitdiffstats
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2011-03-17 15:18:13 -0400
committerDerek Sollenberger <djsollen@google.com>2011-03-17 15:18:13 -0400
commit137a4ca42423bbb6d683067ea544c9a48f18f06c (patch)
tree91758d54677b69a0256a076cf8ed209a84a601d0 /include/core/SkCanvas.h
parent74620984a3d6d6d9ca2e564a487a00b987a9eb33 (diff)
downloadexternal_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.zip
external_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.tar.gz
external_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.tar.bz2
Skia Merge (revision 950)
This merge will allow us to now import the sample app infrastructure in skia to do on device measurements. Change-Id: Idcab6b1524f371521717cde61a6e98a12d897e6b
Diffstat (limited to 'include/core/SkCanvas.h')
-rw-r--r--include/core/SkCanvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 5aecacb..0a1b393 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -51,7 +51,7 @@ class SkShape;
color, typeface, textSize, strokeWidth, shader (e.g. gradients, patterns),
etc.
*/
-class SkCanvas : public SkRefCnt {
+class SK_API SkCanvas : public SkRefCnt {
public:
/** Construct a canvas with the given device factory.
@param factory Specify the factory for generating additional devices.
@@ -758,7 +758,7 @@ public:
call made on the canvas. Ownership of all pointers in the iterator stays
with the canvas, so none of them should be modified or deleted.
*/
- class LayerIter /*: SkNoncopyable*/ {
+ class SK_API LayerIter /*: SkNoncopyable*/ {
public:
/** Initialize iterator with canvas, and set values for 1st device */
LayerIter(SkCanvas*, bool skipEmptyClips);