git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
When navigating, discard decoded image data that is only live due to page cache.
[WebKit-https.git]
/
Source
/
WebCore
/
loader
/
ImageLoader.h
diff --git
a/Source/WebCore/loader/ImageLoader.h
b/Source/WebCore/loader/ImageLoader.h
index
56605b8
..
e1b45a3
100644
(file)
--- a/
Source/WebCore/loader/ImageLoader.h
+++ b/
Source/WebCore/loader/ImageLoader.h
@@
-79,6
+79,8
@@
private:
virtual void dispatchLoadEvent() = 0;
virtual String sourceURI(const AtomicString&) const = 0;
+ bool inPageCache() const final;
+
void updatedHasPendingEvent();
void dispatchPendingBeforeLoadEvent();