aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 20:23:48 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-13 20:23:48 +0000
commit9b06ba4c91484d09565ff4a572d8c5af15dd429e (patch)
tree6ffdbe491bde75147efead8c9d21b5d6ebae045e /include/core/SkBitmap.h
parentdd9ea9262cb61b545fcf414fbde677eb2b62fee4 (diff)
Reason for revert: broke tests (compile) R=scroggo@google.com, halcanary@google.com TBR=halcanary@google.com, scroggo@google.com NOTREECHECKS=true NOTRY=true BUG= Author: reed@google.com Review URL: https://codereview.chromium.org/137133003 git-svn-id: http://skia.googlecode.com/svn/trunk@13056 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkBitmap.h')
-rw-r--r--include/core/SkBitmap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index 1cb4fd7f35..b8117bd76f 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -268,16 +268,6 @@ public:
*/
void setPixels(void* p, SkColorTable* ctable = NULL);
- /**
- * Install the specified pixelref into the bitmap, with an optional rect
- * for referencing a subset of the pixels in the pixelref. This sets the
- * config/width/height/alphatype of the bitmap to match the pixelref.
- *
- * The subset rect, if not null, is intersected with the bounds of the
- * pixelref (taken from its SkImageInfo).
- */
- SkPixelRef* installPixelRef(SkPixelRef*, const SkIRect* subset = NULL);
-
/** Copies the bitmap's pixels to the location pointed at by dst and returns
true if possible, returns false otherwise.