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

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: Rebase and review nits 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 615776823915707dce851952257b382499c8ad05..b559a7bf59b49823549baa30154211c8594fd91f 100644
--- a/Source/core/html/HTMLImageElement.h
+++ b/Source/core/html/HTMLImageElement.h
@@ -132,6 +132,7 @@ private:
WeakPtr<HTMLFormElement> m_form;
CompositeOperator m_compositeOperator;
AtomicString m_bestFitImageURL;
+ AtomicString m_currentSrc;
float m_imageDevicePixelRatio;
bool m_formWasSetByParser;
};
« no previous file with comments | « LayoutTests/fast/dom/HTMLImageElement/resources/currentSrcHelper.js ('k') | Source/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698