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

Unified Diff: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h

Issue 2791193004: [Typed CSSOM] New design for computed styles which includes custom properties (Closed)
Patch Set: tidy up Created 3 years, 8 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/cssom/InlineStylePropertyMap.h
diff --git a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
index 10db9d2191c036e7c86e9753f9aba9a3a7bb91b3..601601abf770480e7b742cb5d60590b84a91b638 100644
--- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
+++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.h
@@ -34,7 +34,8 @@ class CORE_EXPORT InlineStylePropertyMap final : public StylePropertyMap {
protected:
CSSStyleValueVector getAllInternal(CSSPropertyID) override;
- CSSStyleValueVector getAllInternal(AtomicString customPropertyName) override;
+ CSSStyleValueVector getAllInternal(AtomicString customPropertyName,
+ ExceptionState&) override;
HeapVector<StylePropertyMapEntry> getIterationEntries() override;

Powered by Google App Engine
This is Rietveld 408576698