| 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 11fbca5f86f30116b224d10a33e8859aa8845797..c7e4bac5c28f4d5ef20068ba6eebda89be56e7a4 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -421,6 +421,7 @@ class Internals final : public GarbageCollected<Internals>,
|
| void forceReload(bool bypass_cache);
|
|
|
| String getImageSourceURL(Element*);
|
| + void forceImageReload(Element*);
|
|
|
| String selectMenuListText(HTMLSelectElement*);
|
| bool isSelectPopupVisible(Node*);
|
|
|