Index: third_party/WebKit/Source/core/layout/api/LineLayoutText.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h |
index b4468698e701e78e4202d5cdb8cbbe55586ef609..31b63ff4ee1637de0438b04942b22cc449c511b9 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h |
@@ -67,6 +67,11 @@ public: |
return toText()->uncheckedCharacterAt(offset); |
} |
+ UChar32 codepointAt(unsigned offset) const |
+ { |
+ return toText()->codepointAt(offset); |
+ } |
+ |
bool is8Bit() const |
{ |
return toText()->is8Bit(); |