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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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..4b3b573110d1a9e64f691882ff993a402e04d9e2 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<CdlShader> createShader(const SkMatrix&) override;
bool isLocalMatrixChanged(const SkMatrix&) const override;
private:

Powered by Google App Engine
This is Rietveld 408576698