| Index: third_party/WebKit/Source/platform/fonts/Font.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.cpp b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| index 131e11cdbfb94c15be4f44401d50df74666462cc..2460885ceee6ece9a6b8301d1b162a5e8d0837cf 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| @@ -296,10 +296,6 @@ FloatRect Font::selectionRectForText(const TextRun& run,
|
| bool accountForGlyphBounds) const {
|
| to = (to == -1 ? run.length() : to);
|
|
|
| - TextRunPaintInfo runInfo(run);
|
| - runInfo.from = from;
|
| - runInfo.to = to;
|
| -
|
| FontCachePurgePreventer purgePreventer;
|
|
|
| CachingWordShaper shaper(*this);
|
|
|