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

Unified Diff: Source/core/platform/graphics/Image.h

Issue 15466003: Remove image decoder down sampling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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
Index: Source/core/platform/graphics/Image.h
diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h
index 3d373c551bc7aa0a25f9c1146b540dbe036dfd1c..b1154bbcdb51074d078169cac290210c6bdcb04b 100644
--- a/Source/core/platform/graphics/Image.h
+++ b/Source/core/platform/graphics/Image.h
@@ -115,10 +115,6 @@ public:
virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect, BlendMode = BlendModeNormal);
-#if ENABLE(IMAGE_DECODER_DOWN_SAMPLING)
- FloatRect adjustSourceRectForDownSampling(const FloatRect& srcRect, const IntSize& scaledSize) const;
-#endif
-
#if !ASSERT_DISABLED
virtual bool notSolidColor() { return true; }
#endif
« no previous file with comments | « no previous file | Source/core/platform/graphics/Image.cpp » ('j') | Source/core/platform/image-decoders/gif/GIFImageDecoder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698