Restore SampleApp picture drawing
(deleted unintentionally in https://skia-review.googlesource.com/c/15185/) Change-Id: I36111db7012ea7f72a5990b61bb4713d9250da34 Reviewed-on: https://skia-review.googlesource.com/18128 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
This commit is contained in:
parent
2cb7a1a3bf
commit
8cc933104b
@ -118,6 +118,10 @@ protected:
|
||||
*picture = LoadPicture(fFilename.c_str(), fBBox).release();
|
||||
}
|
||||
|
||||
if (*picture) {
|
||||
canvas->drawPicture(*picture);
|
||||
}
|
||||
|
||||
#ifdef SK_GLYPHCACHE_TRACK_HASH_STATS
|
||||
SkGlyphCache::Dump();
|
||||
SkDebugf("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user