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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImagePattern.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/ImagePattern.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImagePattern.h b/third_party/WebKit/Source/platform/graphics/ImagePattern.h
index 88397de085a6d4df11a486f3fcbc6040c3494b2f..f3ad13df7b9a70c4f2e6b3a50acecfd9c943f746 100644
--- a/third_party/WebKit/Source/platform/graphics/ImagePattern.h
+++ b/third_party/WebKit/Source/platform/graphics/ImagePattern.h
@@ -20,7 +20,7 @@ class PLATFORM_EXPORT ImagePattern final : public Pattern {
bool isTextureBacked() const override;
protected:
- sk_sp<SkShader> createShader(const SkMatrix&) override;
+ sk_sp<PaintShader> createShader(const SkMatrix&) override;
bool isLocalMatrixChanged(const SkMatrix&) const override;
private:

Powered by Google App Engine
This is Rietveld 408576698