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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build 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/core/layout/svg/LayoutSVGResourcePattern.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
index 788b7b4754c2bd6587a2df89961689a75a47348e..ed5c486fd1ebac1c8945a17051b77fe4f8246348 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
@@ -29,8 +29,6 @@
#include "wtf/HashMap.h"
#include <memory>
-class SkPicture;
-
namespace blink {
class AffineTransform;
@@ -55,8 +53,8 @@ class LayoutSVGResourcePattern final : public LayoutSVGResourcePaintServer {
private:
std::unique_ptr<PatternData> buildPatternData(const LayoutObject&);
- sk_sp<SkPicture> asPicture(const FloatRect& tile,
- const AffineTransform&) const;
+ sk_sp<PaintRecord> asPicture(const FloatRect& tile,
+ const AffineTransform&) const;
PatternData* patternForLayoutObject(const LayoutObject&);
const LayoutSVGResourceContainer* resolveContentElement() const;

Powered by Google App Engine
This is Rietveld 408576698