aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-10-04 11:28:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-04 11:28:36 -0700
commitaf3fbfca0ab706230c33e46af620e0044a56c83e (patch)
tree779a3187be75dfaa58ac15fcf8b827ed593f038d /include/core
parent588b9cab10d02432faff9f433a1f61293a7f90fe (diff)
SkImage doesn't use props, so don't need to store it
BUG=skia: TBR=bsalomon Review URL: https://codereview.chromium.org/1372153006
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkImage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index d6aedbae75..96de89ef87 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -24,7 +24,6 @@ class SkPicture;
class SkPixelSerializer;
class SkString;
class SkSurface;
-class SkSurfaceProps;
class GrContext;
class GrTexture;