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

Unified Diff: Source/platform/graphics/StaticBitmapPattern.h

Issue 453653003: [SVG] DisplayList-based patterns. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 2 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
« no previous file with comments | « Source/platform/graphics/Pattern.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/StaticBitmapPattern.h
diff --git a/Source/platform/graphics/StaticBitmapPattern.h b/Source/platform/graphics/StaticBitmapPattern.h
index 8e772ffafc2c62015fb4123db003c8afd8998005..1687c30fa61d7c1adb168415d4cdd20e39bb68e7 100644
--- a/Source/platform/graphics/StaticBitmapPattern.h
+++ b/Source/platform/graphics/StaticBitmapPattern.h
@@ -15,9 +15,9 @@ public:
virtual ~StaticBitmapPattern();
+protected:
virtual PassRefPtr<SkShader> createShader() override;
-protected:
virtual SkImageInfo getBitmapInfo() override;
virtual void drawBitmapToCanvas(SkCanvas&, SkPaint&) override;
« no previous file with comments | « Source/platform/graphics/Pattern.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698