Index: tools/viewer/SKPSlide.cpp |
diff --git a/tools/viewer/SKPSlide.cpp b/tools/viewer/SKPSlide.cpp |
index 6a9899b92fbe29ff01dfaca22ee6130e32847e05..9419253f0c25a2aa4f0a238018e0790bb84c09c3 100644 |
--- a/tools/viewer/SKPSlide.cpp |
+++ b/tools/viewer/SKPSlide.cpp |
@@ -48,7 +48,7 @@ static sk_sp<SkPicture> read_picture(const char path[]) { |
return pic; |
} |
-void SKPSlide::load() { |
+void SKPSlide::load(SkScalar, SkScalar) { |
fPic = read_picture(fPath.c_str()); |
fCullRect = fPic->cullRect().roundOut(); |
} |