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

Unified Diff: samplecode/SampleAnimator.cpp

Issue 1120023003: Refugee from Dead Machine 13: New version of the convex AA tessellator Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 4 years, 8 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 | « gyp/gpu.gypi ('k') | src/core/SkTDPQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleAnimator.cpp
diff --git a/samplecode/SampleAnimator.cpp b/samplecode/SampleAnimator.cpp
index a7cc8851ea462bcac0353846f89a0a31060ab44d..d0dd01ab82416bfc5d1b31b3326f6fa198d8ba68 100644
--- a/samplecode/SampleAnimator.cpp
+++ b/samplecode/SampleAnimator.cpp
@@ -13,6 +13,7 @@
#include "SkStream.h"
#include "SkDOM.h"
+#if 0
///////////////////////////////////////////////////////////////////////////////
class SkAnimatorView : public SkView {
@@ -170,3 +171,4 @@ static SkView* MyFactory() {
}
static SkViewRegister reg(MyFactory);
+#endif
« no previous file with comments | « gyp/gpu.gypi ('k') | src/core/SkTDPQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698