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

Unified Diff: third_party/WebKit/Source/core/css/CSSPaintValue.h

Issue 2661323002: Implement CSSPaintValue and add a layout test. (Closed)
Patch Set: rebase 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/core/css/CSSPaintValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h
index 09aeece5883bb8bae28628b053235db5a34348c8..ea552afa7a049650cb8c675b2e0c8b6dcc584bd1 100644
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
@@ -76,9 +76,14 @@ class CSSPaintValue : public CSSImageGeneratorValue {
void paintImageGeneratorReady();
+ bool parseInputArguments();
+
+ bool m_inputArgumentsInvalid = false;
+
Member<CSSCustomIdentValue> m_name;
Member<CSSPaintImageGenerator> m_generator;
Member<Observer> m_paintImageGeneratorObserver;
+ Member<CSSStyleValueVector> m_parsedInputArguments;
Vector<RefPtr<CSSVariableData>> m_argumentVariableData;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h ('k') | third_party/WebKit/Source/core/css/CSSPaintValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698