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

Unified Diff: third_party/WebKit/Source/core/svg/SVGImageElement.h

Issue 1367193003: NOT FOR LANDING Allocate SVGImageForContainer on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added some NeedsRebaseline and revived some LayoutListMarker code that turned out to be important Created 5 years, 2 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: third_party/WebKit/Source/core/svg/SVGImageElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.h b/third_party/WebKit/Source/core/svg/SVGImageElement.h
index 8373158ac7548968950b9bc3ae058cfc094fb9a4..cdc42828c2a15322eb81f34baa447601c2f2e44e 100644
--- a/third_party/WebKit/Source/core/svg/SVGImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGImageElement.h
@@ -51,6 +51,8 @@ public:
// Exposed for testing.
ImageResource* cachedImage() const { return imageLoader().image(); }
+ const AtomicString imageSourceURL() const override;
+
private:
explicit SVGImageElement(Document&);
@@ -67,8 +69,6 @@ private:
LayoutObject* createLayoutObject(const ComputedStyle&) override;
- const AtomicString imageSourceURL() const override;
-
bool haveLoadedRequiredResources() override;
bool selfHasRelativeLengths() const override;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp ('k') | third_party/WebKit/Source/core/svg/graphics/SVGImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698