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

Unified Diff: tools/viewer/SampleSlide.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 | « tools/viewer/SKPSlide.cpp ('k') | tools/viewer/SampleSlide.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/SampleSlide.h
diff --git a/tools/viewer/SampleSlide.h b/tools/viewer/SampleSlide.h
deleted file mode 100755
index 3d772d093d98b6d206969cc7e63214eef6ba42bc..0000000000000000000000000000000000000000
--- a/tools/viewer/SampleSlide.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
-* Copyright 2016 Google Inc.
-*
-* Use of this source code is governed by a BSD-style license that can be
-* found in the LICENSE file.
-*/
-
-#ifndef SampleSlide_DEFINED
-#define SampleSlide_DEFINED
-
-#include "Slide.h"
-#include "SampleCode.h"
-
-class SampleSlide : public Slide {
-public:
- SampleSlide(const SkViewFactory* factory);
- ~SampleSlide() override;
-
- void draw(SkCanvas* canvas) override;
- void load(SkScalar winWidth, SkScalar winHeight) override;
- void unload() override;
- bool animate(const SkAnimTimer& timer) override {
- if (SampleView::IsSampleView(fView)) {
- return ((SampleView*)fView)->animate(timer);
- }
- return false;
- }
-
-private:
- const SkViewFactory* fViewFactory;
- SkView* fView;
-};
-
-#endif
« no previous file with comments | « tools/viewer/SKPSlide.cpp ('k') | tools/viewer/SampleSlide.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698