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

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

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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/GradientGeneratedImage.h
diff --git a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
index 7af566e79979ebb5c31bf04ce2e3c4abeec9698d..b0a6f2bbc87840db8087d0ca8949f8974fe9e1c7 100644
--- a/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
+++ b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
@@ -44,11 +44,11 @@ class PLATFORM_EXPORT GradientGeneratedImage final : public GeneratedImage {
~GradientGeneratedImage() override {}
- bool applyShader(SkPaint&, const SkMatrix&, const ColorBehavior&) override;
+ bool applyShader(PaintFlags&, const SkMatrix&, const ColorBehavior&) override;
protected:
void draw(SkCanvas*,
- const SkPaint&,
+ const PaintFlags&,
const FloatRect&,
const FloatRect&,
RespectImageOrientationEnum,

Powered by Google App Engine
This is Rietveld 408576698