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

Unified Diff: third_party/libwebp/dec/layer.c

Issue 116213006: Update libwebp to 0.4.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After Blink Roll Created 6 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 | « third_party/libwebp/dec/io.c ('k') | third_party/libwebp/dec/quant.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dec/layer.c
diff --git a/third_party/libwebp/dec/layer.c b/third_party/libwebp/dec/layer.c
index 9a4b2d9032de0d3fbf240ec340911e0cf692f0bf..dacb9e23cd3553e2cb78ccb3de1cc3339caa46d3 100644
--- a/third_party/libwebp/dec/layer.c
+++ b/third_party/libwebp/dec/layer.c
@@ -16,10 +16,6 @@
#include "./vp8i.h"
-#if defined(__cplusplus) || defined(c_plusplus)
-extern "C" {
-#endif
-
//------------------------------------------------------------------------------
int VP8DecodeLayer(VP8Decoder* const dec) {
@@ -32,6 +28,3 @@ int VP8DecodeLayer(VP8Decoder* const dec) {
return 1;
}
-#if defined(__cplusplus) || defined(c_plusplus)
-} // extern "C"
-#endif
« no previous file with comments | « third_party/libwebp/dec/io.c ('k') | third_party/libwebp/dec/quant.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698