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

Unified Diff: Source/core/svg/SVGTSpanElement.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 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
« no previous file with comments | « Source/core/svg/SVGSymbolElement.cpp ('k') | Source/core/svg/SVGTSpanElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTSpanElement.h
diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h
index cda1bb3b8809afdc222cd1d0e3e72cf0f7027a69..eabe7148f578bb39f2544929366632c5a6bc7ac2 100644
--- a/Source/core/svg/SVGTSpanElement.h
+++ b/Source/core/svg/SVGTSpanElement.h
@@ -33,8 +33,8 @@ public:
private:
explicit SVGTSpanElement(Document&);
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
};
} // namespace blink
« no previous file with comments | « Source/core/svg/SVGSymbolElement.cpp ('k') | Source/core/svg/SVGTSpanElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698