| 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 b7ab649a02540850cab3ca38a8f11fd9e778490a..cddd0291a160800088b9c8bdc9af00a951779eab 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -528,6 +528,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;
|
|
|