aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2017-07-18 07:48:15 -0400
committerGravatar Florin Malita <fmalita@chromium.org>2017-07-18 11:51:14 +0000
commit0aa492d0f47d7becbd87c582a61591bdf2d17fa7 (patch)
tree78768836f81e849ac8333c83737002410298a61e
parent001e72263fee570f3a4398d58f9222c9d2c4926a (diff)
Remove leftover Android ctable reference
TBR= Change-Id: I6d8ed2fc2267e2a9b249b3c780495a26f0b5e1c6 Reviewed-on: https://skia-review.googlesource.com/24320 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
-rw-r--r--src/core/SkPixelRef.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp
index f86a649977..8e358487e2 100644
--- a/src/core/SkPixelRef.cpp
+++ b/src/core/SkPixelRef.cpp
@@ -63,7 +63,6 @@ void SkPixelRef::android_only_reset(int width, int height, size_t rowBytes,
fWidth = width;
fHeight = height;
fRowBytes = rowBytes;
- fCTable = std::move(ctable);
// note: we do not change fPixels
// conservative, since its possible the "new" settings are the same as the old.