| Index: third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/TrailingObjects.h b/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| index d59f8b6559fa27131aade4f1ff7849ea686daa76..8c0fa635f9e00e514276477d4804e866d3c44450 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/TrailingObjects.h
|
| @@ -34,10 +34,11 @@ namespace blink {
|
| class InlineIterator;
|
|
|
| struct BidiRun;
|
| +struct BidiIsolatedRun;
|
|
|
| -template <class Iterator, class Run> class BidiResolver;
|
| +template <class Iterator, class Run, class IsolatedRun> class BidiResolver;
|
| template <class Iterator> class MidpointState;
|
| -typedef BidiResolver<InlineIterator, BidiRun> InlineBidiResolver;
|
| +typedef BidiResolver<InlineIterator, BidiRun, BidiIsolatedRun> InlineBidiResolver;
|
| typedef MidpointState<InlineIterator> LineMidpointState;
|
|
|
| // This class allows us to ensure lineboxes are created in the right place on the line when
|
|
|