| Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
|
| index dd593643c0445858307bb6679fb902a8497e9598..37fc6a6f30a298f29cb07de2b81b48d8fce46342 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
|
| @@ -848,7 +848,7 @@ void CanvasRenderingContext2D::drawTextInternal(
|
| toTextDirection(state().getDirection(), canvas(), &computedStyle);
|
| bool isRTL = direction == TextDirection::kRtl;
|
| bool override =
|
| - computedStyle ? isOverride(computedStyle->unicodeBidi()) : false;
|
| + computedStyle ? isOverride(computedStyle->getUnicodeBidi()) : false;
|
|
|
| TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion, direction,
|
| override);
|
|
|