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

Unified Diff: src/core/SkRecorder.cpp

Issue 2183193002: don't specialize drawBitmapRect for minirecorder; no longer called by blink (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « src/core/SkMiniRecorder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRecorder.cpp
diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp
index 76fd3b819eaca12263003df75725b825acf45d77..b620b37c36fe6fddc34b90169ceda19a631bc6cf 100644
--- a/src/core/SkRecorder.cpp
+++ b/src/core/SkRecorder.cpp
@@ -202,7 +202,6 @@ void SkRecorder::onDrawBitmapRect(const SkBitmap& bitmap,
this->onDrawImageRect(image, src, dst, paint);
}
#else
- TRY_MINIRECORDER(drawBitmapRect, bitmap, src, dst, paint, constraint);
if (kFast_SrcRectConstraint == constraint) {
APPEND(DrawBitmapRectFast, this->copy(paint), bitmap, this->copy(src), dst);
return;
« no previous file with comments | « src/core/SkMiniRecorder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698