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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 990373002: drawPicture calls OnDrawPicture calls drawPicture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/benchmarking_canvas.cc
diff --git a/skia/ext/benchmarking_canvas.cc b/skia/ext/benchmarking_canvas.cc
index 0dd6949d5caf7b5a34cb45cd629e651441628821..2af0d1a956ae58292ffe33461c97c39cdde30afd 100644
--- a/skia/ext/benchmarking_canvas.cc
+++ b/skia/ext/benchmarking_canvas.cc
@@ -624,7 +624,7 @@ void BenchmarkingCanvas::onDrawPicture(const SkPicture* picture,
if (matrix)
op.addParam("matrix", AsValue(*matrix));
- INHERITED::drawPicture(picture, matrix, paint);
+ INHERITED::onDrawPicture(picture, matrix, paint);
}
void BenchmarkingCanvas::onDrawBitmap(const SkBitmap& bitmap,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698