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

Unified Diff: third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h

Issue 2661323002: Implement CSSPaintValue and add a layout test. (Closed)
Patch Set: fix indent Created 3 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
Index: third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h
diff --git a/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h b/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h
index b0f8a20bab4492a87e0012669dd51da025ddf292..f8e687ae4b0d2e9cbf9e91428436e8af294abb00 100644
--- a/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h
+++ b/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h
@@ -14,6 +14,7 @@
namespace blink {
class CSSPaintDefinition;
+class CSSVariableData;
class Document;
class Image;
@@ -26,7 +27,8 @@ class CSSPaintImageGeneratorImpl final : public CSSPaintImageGenerator {
PassRefPtr<Image> paint(const LayoutObject&,
const IntSize&,
- float zoom) final;
+ float zoom,
+ const Vector<RefPtr<CSSVariableData>>&) final;
const Vector<CSSPropertyID>& nativeInvalidationProperties() const final;
const Vector<AtomicString>& customInvalidationProperties() const final;
bool hasAlpha() const final;

Powered by Google App Engine
This is Rietveld 408576698