Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: tests/ImageTest.cpp

Issue 1512333002: SkPixelSerializer: remove deprecated virtual (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/core/SkPixelSerializer.h ('k') | tools/sk_tool_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ImageTest.cpp
diff --git a/tests/ImageTest.cpp b/tests/ImageTest.cpp
index 2bc2accf8f2a1c4d4c82bde445cee2835d95d8f7..575fc1c287b6fd30a868b5a580031dbbb4229ade 100644
--- a/tests/ImageTest.cpp
+++ b/tests/ImageTest.cpp
@@ -169,7 +169,7 @@ protected:
return false;
}
- SkData* onEncodePixels(const SkImageInfo&, const void*, size_t) override {
+ SkData* onEncode(const SkPixmap&) override {
fDidEncode = true;
return fFunc();
}
« no previous file with comments | « include/core/SkPixelSerializer.h ('k') | tools/sk_tool_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698