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

Unified Diff: webkit/glue/image_decoder.h

Issue 19535: Cleanup in webkit/glue/ (Closed)
Patch Set: Created 11 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 | « webkit/glue/cpp_bound_class.cc ('k') | webkit/glue/image_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/image_decoder.h
diff --git a/webkit/glue/image_decoder.h b/webkit/glue/image_decoder.h
index 6f83c2e59729d8b9340c12385975f699d54f18fb..dd1401dedb7aba1f16e8c86e2706e829353292ca 100644
--- a/webkit/glue/image_decoder.h
+++ b/webkit/glue/image_decoder.h
@@ -26,7 +26,7 @@ class ImageDecoder {
// Call this function to decode the image. If successful, the decoded image
// will be returned. Otherwise, an empty bitmap will be returned.
- SkBitmap Decode(const unsigned char* data, size_t size);
+ SkBitmap Decode(const unsigned char* data, size_t size) const;
private:
// Size will be empty to get the largest possible size.
« no previous file with comments | « webkit/glue/cpp_bound_class.cc ('k') | webkit/glue/image_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698