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

Unified Diff: experimental/webtry/result.cpp

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | « experimental/webtry/res/webtry/sass/webtry.scss ('k') | experimental/webtry/safec » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/result.cpp
diff --git a/experimental/webtry/result.cpp b/experimental/webtry/result.cpp
deleted file mode 100644
index cc1c2f6516d6be93d291ce9b87e1b58325fc0f6e..0000000000000000000000000000000000000000
--- a/experimental/webtry/result.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-#include "SkCanvas.h"
-#include "SkData.h"
-#include "SkForceLinking.h"
-#include "SkGraphics.h"
-#include "SkImageEncoder.h"
-#include "SkImageInfo.h"
-#include "SkStream.h"
-#include "SkSurface.h"
-
-SkBitmap source;
-
-void draw(SkCanvas* canvas) {
-#line 1
-SkPaint p;
-#line 2
-p.setColor(SK_ColorRED);
-#line 3
-p.setAntiAlias(true);
-#line 4
-p.setStyle(SkPaint::kStroke_Style);
-#line 5
-p.setStrokeWidth(10);
-#line 6
-
-#line 7
-canvas->drawLine(20, 20, 100, 100, p);
-#line 8
-
-}
« no previous file with comments | « experimental/webtry/res/webtry/sass/webtry.scss ('k') | experimental/webtry/safec » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698