aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bitmapcopy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/bitmapcopy.cpp')
-rw-r--r--gm/bitmapcopy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/bitmapcopy.cpp b/gm/bitmapcopy.cpp
index 60eecf2ecd..7428c20b50 100644
--- a/gm/bitmapcopy.cpp
+++ b/gm/bitmapcopy.cpp
@@ -71,7 +71,7 @@ protected:
draw_checks(&canvasTmp, 40, 40);
for (unsigned i = 0; i < NUM_CONFIGS; ++i) {
- src.copyTo(&fDst[i], gColorTypes[i]);
+ sk_tool_utils::copy_to(&fDst[i], gColorTypes[i], src);
}
canvas->clear(sk_tool_utils::color_to_565(0xFFDDDDDD));