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

Unified Diff: tools/viewer/SKPSlide.h

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 | « samplecode/SampleClock.cpp ('k') | tools/viewer/SKPSlide.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/SKPSlide.h
diff --git a/tools/viewer/SKPSlide.h b/tools/viewer/SKPSlide.h
index ff92ed1a39b5c01222b3f1349d98759681b00838..42845fa30d9ef3f38d82f8f0f495a94d138ee18c 100644
--- a/tools/viewer/SKPSlide.h
+++ b/tools/viewer/SKPSlide.h
@@ -19,7 +19,7 @@
SkISize getDimensions() const override { return fCullRect.size(); }
void draw(SkCanvas* canvas) override;
- void load(SkScalar winWidth, SkScalar winHeight) override;
+ void load() override;
void unload() override;
private:
« no previous file with comments | « samplecode/SampleClock.cpp ('k') | tools/viewer/SKPSlide.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698