| Index: third_party/WebKit/Source/core/testing/Internals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
|
| index d88bbc570ad08075815c56a4a565d8fb8964694c..b3570d21d2332ffeac9a20a0a4503a649df21346 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -406,6 +406,8 @@ public:
|
| // or -1 if the node does not have a scrollable area.
|
| String getProgrammaticScrollAnimationState(Node*) const;
|
|
|
| + bool isCSSPropertyEqual(String property, Element* a, Element* b, ExceptionState&) const;
|
| +
|
| private:
|
| explicit Internals(ScriptState*);
|
| Document* contextDocument() const;
|
|
|