| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 9db76ee08e46e351d3bf6db6cf55660e2507b22a..7ff557e57c4670650bc84f27e848f3e1abfabee5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -569,6 +569,7 @@ public:
|
| // Wrapper for nodes that don't have a layoutObject, but still cache the style (like HTMLOptionElement).
|
| ComputedStyle* mutableComputedStyle() const;
|
| const ComputedStyle* computedStyle() const;
|
| + void setComputedStyle(PassRefPtr<ComputedStyle>);
|
| const ComputedStyle* parentComputedStyle() const;
|
|
|
| const ComputedStyle& computedStyleRef() const;
|
|
|