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

Unified Diff: tools/viewer/SKPSlide.cpp

Issue 2063883002: Revert of Add samples to Viewer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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 | « tools/viewer/SKPSlide.h ('k') | tools/viewer/SampleSlide.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/SKPSlide.cpp
diff --git a/tools/viewer/SKPSlide.cpp b/tools/viewer/SKPSlide.cpp
index 9419253f0c25a2aa4f0a238018e0790bb84c09c3..6a9899b92fbe29ff01dfaca22ee6130e32847e05 100644
--- a/tools/viewer/SKPSlide.cpp
+++ b/tools/viewer/SKPSlide.cpp
@@ -48,7 +48,7 @@
return pic;
}
-void SKPSlide::load(SkScalar, SkScalar) {
+void SKPSlide::load() {
fPic = read_picture(fPath.c_str());
fCullRect = fPic->cullRect().roundOut();
}
« no previous file with comments | « tools/viewer/SKPSlide.h ('k') | tools/viewer/SampleSlide.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698