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

Unified Diff: include/c/sk_surface.h

Issue 1261953006: C API: remove dead code, simplify boilerplate (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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 | « gm/cgms.cpp ('k') | include/c/sk_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/c/sk_surface.h
diff --git a/include/c/sk_surface.h b/include/c/sk_surface.h
index 76fc5b6a66c59f98b9947c7afaa9e5cca4ec19fb..397dc833c2b63b00a9eeeeba1ceae6c2115eb23c 100644
--- a/include/c/sk_surface.h
+++ b/include/c/sk_surface.h
@@ -31,11 +31,6 @@ sk_canvas_t* sk_surface_get_canvas(sk_surface_t*);
*/
sk_image_t* sk_surface_new_image_snapshot(sk_surface_t*);
-#ifdef __cplusplus
- class SkCanvas;
- void sk_test_capi(SkCanvas*);
-#endif
-
SK_C_PLUS_PLUS_END_GUARD
#endif
« no previous file with comments | « gm/cgms.cpp ('k') | include/c/sk_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698