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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.h

Issue 2712083002: color: Remove blink pre-conversion code (Closed)
Patch Set: git cl try 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/core/svg/graphics/SVGImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
index a9b99ede4a3a783ecd667f50cce8fefb08537a00..4f1f91bb0273a25364d75064a93392e4d63e2714 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
@@ -124,8 +124,7 @@ class CORE_EXPORT SVGImage final : public Image {
const FloatRect& fromRect,
const FloatRect& toRect,
RespectImageOrientationEnum,
- ImageClampingMode,
- const ColorBehavior&) override;
+ ImageClampingMode) override;
void drawForContainer(PaintCanvas*,
const SkPaint&,
const FloatSize,

Powered by Google App Engine
This is Rietveld 408576698