summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h')
-rw-r--r--chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h b/chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h
index 0b699ed9794..e0a5730871c 100644
--- a/chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h
+++ b/chromium/third_party/blink/renderer/core/css/css_computed_style_declaration.h
@@ -34,6 +34,7 @@
namespace blink {
class ExceptionState;
+class ExecutionContext;
class LayoutObject;
class MutableCSSPropertyValueSet;
class Node;
@@ -42,7 +43,8 @@ class ComputedStyle;
class CORE_EXPORT CSSComputedStyleDeclaration final
: public CSSStyleDeclaration {
public:
- static const Vector<const CSSProperty*>& ComputableProperties();
+ static const Vector<const CSSProperty*>& ComputableProperties(
+ const ExecutionContext*);
CSSComputedStyleDeclaration(Node*,
bool allow_visited_style = false,
@@ -69,7 +71,7 @@ class CORE_EXPORT CSSComputedStyleDeclaration final
unsigned length() const override;
String item(unsigned index) const override;
- void Trace(blink::Visitor*) override;
+ void Trace(Visitor*) override;
private:
// The styled node is either the node passed into getComputedStyle, or the