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

Unified Diff: Source/core/fetch/ImageResource.h

Issue 352873002: [wip] image color correction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/core/fetch/ImageResource.cpp » ('j') | Source/platform/graphics/BitmapImage.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ImageResource.h
diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
index 951af3e57fd7e207b739a8e1c272dad332d068d3..022c949e2318900d4f82ca34473e61412ffec47e 100644
--- a/Source/core/fetch/ImageResource.h
+++ b/Source/core/fetch/ImageResource.h
@@ -81,6 +81,8 @@ public:
LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
void computeIntrinsicDimensions(Length& intrinsicWidth, Length& intrinsicHeight, FloatSize& intrinsicRatio);
+ static void updateBitmapImages(HashSet<ImageResource*>&, bool redecodeImages = false);
+
bool isAccessAllowed(SecurityOrigin*);
virtual void didAddClient(ResourceClient*) OVERRIDE;
« no previous file with comments | « no previous file | Source/core/fetch/ImageResource.cpp » ('j') | Source/platform/graphics/BitmapImage.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698