Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2874073003: Add layout tests for ImageLoader::UpdateFromElement(kUpdateForcedReload) (Closed)
Patch Set: Comment Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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*);

Powered by Google App Engine