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