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

Unified Diff: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/layout/svg/SVGTextLayoutAttributesBuilder.h
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
index 79c259c146ad901b87e4d39743ac3fc25bc9b9ba..9e5c213dcac3a640b2f2885f4604d541e19a5ce0 100644
--- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
+++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
@@ -25,7 +25,7 @@
namespace blink {
-class RenderBoxModelObject;
+class LayoutBoxModelObject;
class LayoutSVGInlineText;
class LayoutSVGText;
class SVGTextPositioningElement;
@@ -66,7 +66,7 @@ private:
};
void buildCharacterDataMap(LayoutSVGText&);
- void collectTextPositioningElements(RenderBoxModelObject&, UChar& lastCharacter);
+ void collectTextPositioningElements(LayoutBoxModelObject&, UChar& lastCharacter);
void fillCharacterDataMap(const TextPosition&);
private:
« no previous file with comments | « Source/core/layout/svg/LayoutSVGForeignObject.cpp ('k') | Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698