Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(755)

Unified Diff: Source/core/html/HTMLImageElement.h

Issue 290803002: Return an absolute URL for HTMLImageElement.currentSrc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test that currentSrc is absolute Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLImageElement.h
diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
index 4d808bebb991290039adb6f843d956b715f1dada..25267d5ce16ba3681b3589a3c162ba45d6f87328 100644
--- a/Source/core/html/HTMLImageElement.h
+++ b/Source/core/html/HTMLImageElement.h
@@ -129,6 +129,7 @@ private:
WeakPtr<HTMLFormElement> m_form;
CompositeOperator m_compositeOperator;
AtomicString m_bestFitImageURL;
+ AtomicString m_currentSrc;
float m_imageDevicePixelRatio;
bool m_formWasSetByParser;
};

Powered by Google App Engine
This is Rietveld 408576698