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

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

Issue 1290983003: SkImage-only bitmap patterns (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop non-repeat optimization Created 5 years, 4 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: Source/platform/graphics/PicturePattern.h
diff --git a/Source/platform/graphics/PicturePattern.h b/Source/platform/graphics/PicturePattern.h
index e0b74b4a81929b408c6814f5e67ad63fc5a74e3f..70e73b9d96f1e19e146c1a8f692c3f293919127d 100644
--- a/Source/platform/graphics/PicturePattern.h
+++ b/Source/platform/graphics/PicturePattern.h
@@ -9,7 +9,7 @@
namespace blink {
-class PLATFORM_EXPORT PicturePattern : public Pattern {
+class PLATFORM_EXPORT PicturePattern final : public Pattern {
public:
static PassRefPtr<PicturePattern> create(PassRefPtr<const SkPicture>, RepeatMode);

Powered by Google App Engine
This is Rietveld 408576698