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

Unified Diff: Source/platform/image-decoders/ImageDecoder.h

Issue 480093003: Follow up on previous cl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed code and removed change to test Created 6 years, 4 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 | « no previous file | Source/platform/image-decoders/ImageDecoder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/image-decoders/ImageDecoder.h
diff --git a/Source/platform/image-decoders/ImageDecoder.h b/Source/platform/image-decoders/ImageDecoder.h
index 3fb51ddc2e358422df2adfe8e4cbe92c932f1895..9e74e88d2f5e1f4b9bcfe04e4befe166dafcaae6 100644
--- a/Source/platform/image-decoders/ImageDecoder.h
+++ b/Source/platform/image-decoders/ImageDecoder.h
@@ -54,7 +54,7 @@ class PLATFORM_EXPORT ImagePlanes {
public:
ImagePlanes();
- void set(void* planes[3], size_t rowBytes[3]);
+ void setPlanes(void* planes[3], size_t rowBytes[3]);
void* plane(int);
size_t rowBytes(int) const;
« no previous file with comments | « no previous file | Source/platform/image-decoders/ImageDecoder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698