Index: third_party/WebKit/Source/core/testing/Internals.idl |
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
index 7a6146e0453103146f8d2736732b777e6df04c65..919ee5d977bbc9123e0e74ce074a44fa47074cf0 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.idl |
+++ b/third_party/WebKit/Source/core/testing/Internals.idl |
@@ -270,6 +270,7 @@ |
void forceReload(boolean endToEnd); |
DOMString getImageSourceURL(Element element); |
+ void forceImageReload(Element element); |
DOMString selectMenuListText(HTMLSelectElement select); |
boolean isSelectPopupVisible(Node node); |