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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.h

Issue 2500533003: Cache display items from SVGImage contents. (Closed)
Patch Set: none Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
index 737bf3263e723f6ea11a61848242470690342328..77657e21e521738d312036fe70674f3969512efb 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
@@ -38,6 +38,7 @@ namespace blink {
class Document;
class Page;
+class PaintController;
class LayoutReplaced;
class SVGImageChromeClient;
class SVGImageForContainer;
@@ -158,6 +159,7 @@ class CORE_EXPORT SVGImage final : public Image {
Persistent<SVGImageChromeClient> m_chromeClient;
Persistent<Page> m_page;
+ std::unique_ptr<PaintController> m_paintController;
// When an SVG image has no intrinsic size, the size depends on the default
// object size, which in turn depends on the container. One SVGImage may
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698