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

Unified Diff: src/json/SkJSONRenderer.h

Issue 1637643002: Revert of Initial support for turning Skia draws into a JSON document and vice versa. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « src/json/SkJSONCanvas.cpp ('k') | src/json/SkJSONRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/json/SkJSONRenderer.h
diff --git a/src/json/SkJSONRenderer.h b/src/json/SkJSONRenderer.h
deleted file mode 100644
index d92edf29da0c38009751464e2f8e745e1ac4d740..0000000000000000000000000000000000000000
--- a/src/json/SkJSONRenderer.h
+++ /dev/null
@@ -1,22 +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
« no previous file with comments | « src/json/SkJSONCanvas.cpp ('k') | src/json/SkJSONRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698