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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceMasker.h

Issue 974903003: [S.P.] Merge getContentPicture into createContentPicture. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reverse if condition Created 5 years, 10 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 | « no previous file | Source/core/layout/svg/LayoutSVGResourceMasker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGResourceMasker.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceMasker.h b/Source/core/layout/svg/LayoutSVGResourceMasker.h
index 91e12261d1f27ed472edcca580bd08c147ea7bb7..cad7bb11ce2cdcf65a5f91f650b7ef8e169652de 100644
--- a/Source/core/layout/svg/LayoutSVGResourceMasker.h
+++ b/Source/core/layout/svg/LayoutSVGResourceMasker.h
@@ -55,11 +55,10 @@ public:
static const LayoutSVGResourceType s_resourceType = MaskerResourceType;
virtual LayoutSVGResourceType resourceType() const override { return s_resourceType; }
- PassRefPtr<const SkPicture> getContentPicture(AffineTransform&, const FloatRect&);
+ PassRefPtr<const SkPicture> createContentPicture(AffineTransform&, const FloatRect&);
private:
void calculateMaskContentPaintInvalidationRect();
- PassRefPtr<const SkPicture> createContentPicture();
RefPtr<const SkPicture> m_maskContentPicture;
FloatRect m_maskContentBoundaries;
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceMasker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698