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

Unified Diff: Source/core/rendering/svg/SVGTextQuery.h

Issue 349223003: Optimize SVGTextQuery's character offset ligature adjustment query (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/rendering/svg/SVGTextQuery.h
diff --git a/Source/core/rendering/svg/SVGTextQuery.h b/Source/core/rendering/svg/SVGTextQuery.h
index a5601f74d30568ea6996fbcda06a6de896bfda9c..b465ef1de0c2c45c3f53f0548a8e42c8cbe14847 100644
--- a/Source/core/rendering/svg/SVGTextQuery.h
+++ b/Source/core/rendering/svg/SVGTextQuery.h
@@ -53,6 +53,7 @@ private:
void collectTextBoxesInFlowBox(InlineFlowBox*);
bool mapStartEndPositionsIntoFragmentCoordinates(Data*, const SVGTextFragment&, int& startPosition, int& endPosition) const;
+ void modifyStartEndPositionsRespectingLigaturesCached(Data*, int& startPosition, int& endPosition) const;
void modifyStartEndPositionsRespectingLigatures(Data*, int& startPosition, int& endPosition) const;
private:
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGTextQuery.cpp » ('j') | Source/core/rendering/svg/SVGTextQuery.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698