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

Unified Diff: src/images/SkImageDecoder_libgif.h

Issue 670453002: Remove image decoder and encoder autoregistration (Closed) Base URL: https://skia.googlesource.com/skia.git@separate-image-decoder-01-skpicture
Patch Set: Created 6 years, 1 month 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/images/SkImageDecoder_libbmp.cpp ('k') | src/images/SkImageDecoder_libgif.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/images/SkImageDecoder_libgif.h
diff --git a/src/images/SkImageDecoder_libgif.h b/src/images/SkImageDecoder_libgif.h
new file mode 100644
index 0000000000000000000000000000000000000000..bbdb7091f78ac46220767cdee0876ef20c2d224e
--- /dev/null
+++ b/src/images/SkImageDecoder_libgif.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright 2014 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SkImageDecoder_libgif_DEFINED
+#define SkImageDecoder_libgif_DEFINED
+
+#include "SkImageDecoder.h"
+
+SkImageDecoder* SkCreateGIFImageDecoder(SkImageDecoder::Format format);
+SkImageDecoder::Format SkDetectFormatGIFImageDecoder(SkStreamRewindable* stream);
+
+#endif
« no previous file with comments | « src/images/SkImageDecoder_libbmp.cpp ('k') | src/images/SkImageDecoder_libgif.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698