aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2018-04-13 16:27:26 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-13 21:23:07 +0000
commit408ee9fecded4919ad1dbed8c3563adca2ae87a7 (patch)
treea9f22d592ea3c5d66ba3e305c4be80b61e056f2b /include/core
parent490aa59ce2e90a85c09bd8a8ac477272385f25b0 (diff)
remove unused virtual onNotifyPixelsChanged
Bug: skia: Change-Id: I993701a1059d7d309991b06147bd0cc4a1a4fe93 Reviewed-on: https://skia-review.googlesource.com/121350 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPixelRef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 49f0f97f2f..c4bb709066 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -100,9 +100,6 @@ public:
virtual SkDiscardableMemory* diagnostic_only_getDiscardable() const { return nullptr; }
protected:
- // default impl does nothing.
- virtual void onNotifyPixelsChanged();
-
void android_only_reset(int width, int height, size_t rowBytes);
private: