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

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

Issue 1785123003: Rework embeddedContentBox into embeddedReplacedContent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 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/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 5adc7a4cb562fbfa107c06c22972f1ca4785f903..b2b816268376495082e0a58f844339d5ce12e5c8 100644
--- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
@@ -38,7 +38,7 @@ namespace blink {
class Document;
class FrameView;
class Page;
-class LayoutBox;
+class LayoutReplaced;
class SVGImageChromeClient;
class SVGImageForContainer;
@@ -51,7 +51,7 @@ public:
static bool isInSVGImage(const Node*);
- LayoutBox* embeddedContentBox() const;
+ LayoutReplaced* embeddedReplacedContent() const;
bool isSVGImage() const override { return true; }
bool isTextureBacked() override { return false; }
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutReplaced.cpp ('k') | third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698