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

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.h

Issue 2712083002: color: Remove blink pre-conversion code (Closed)
Patch Set: Rebase Created 3 years, 10 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: third_party/WebKit/Source/platform/graphics/Image.h
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
index a6489aa613110fac76d62d4e70f733dc3f28c652..41289e1481e86cbd2e75487b30568778975ad868 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -165,12 +165,9 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
const FloatRect& dstRect,
const FloatRect& srcRect,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) = 0;
+ ImageClampingMode) = 0;
- virtual bool applyShader(PaintFlags&,
- const SkMatrix& localMatrix,
- const ColorBehavior&);
+ virtual bool applyShader(PaintFlags&, const SkMatrix& localMatrix);
// Compute the tile which contains a given point (assuming a repeating tile
// grid). The point and returned value are in destination grid space.
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp ('k') | third_party/WebKit/Source/platform/graphics/Image.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698