From 083a1da09417e76081f7def3d083b9af2c606822 Mon Sep 17 00:00:00 2001 From: "Shimeng (Simon) Wang" Date: Thu, 2 Jun 2011 17:42:17 -0700 Subject: Add image/webp to the mimeType list. This will let a webp image url be displayed directly inside browser. issue: 3291572 Change-Id: I6870c5461c5d746d11457b7afba26cb277b25bbb --- Source/WebCore/platform/MIMETypeRegistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source') diff --git a/Source/WebCore/platform/MIMETypeRegistry.cpp b/Source/WebCore/platform/MIMETypeRegistry.cpp index 4f9be57..e76906e 100644 --- a/Source/WebCore/platform/MIMETypeRegistry.cpp +++ b/Source/WebCore/platform/MIMETypeRegistry.cpp @@ -113,6 +113,7 @@ static void initializeSupportedImageMIMETypes() #elif PLATFORM(ANDROID) static const char* types[] = { "image/jpeg", + "image/webp", "image/png", "image/gif", "image/bmp", -- cgit v1.1