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

Unified Diff: tools/json/SkJSONRenderer.h

Issue 1760583003: Remove unused tools and unused includes of SkImageDecoder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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
Index: tools/json/SkJSONRenderer.h
diff --git a/tools/json/SkJSONRenderer.h b/tools/json/SkJSONRenderer.h
deleted file mode 100644
index 2df2f506733d77f4ea2793c463b5051acffacc10..0000000000000000000000000000000000000000
--- a/tools/json/SkJSONRenderer.h
+++ /dev/null
@@ -1,21 +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 SkJSONRenderer_DEFINED
-#define SkJSONRenderer_DEFINED
-
-#include "SkCanvas.h"
-
-namespace SkJSONRenderer {
- /*
- * Takes a JSON document produced by SkJSONCanvas and issues its draw commands to the target
- * canvas.
- */
- void render(const char* json, SkCanvas* target);
-}
-
-#endif

Powered by Google App Engine
This is Rietveld 408576698