| Index: content/test/test_render_frame.h
|
| diff --git a/content/test/test_render_frame.h b/content/test/test_render_frame.h
|
| index 62ddb2dfc61ecf9132b87838f8cfc1c0a64405f9..9d7992683723f7c031cb256a35e411ec621bd3f5 100644
|
| --- a/content/test/test_render_frame.h
|
| +++ b/content/test/test_render_frame.h
|
| @@ -38,6 +38,7 @@ class TestRenderFrame : public RenderFrameImpl {
|
| void SetEditableSelectionOffsets(int start, int end);
|
| void ExtendSelectionAndDelete(int before, int after);
|
| void DeleteSurroundingText(int before, int after);
|
| + void DeleteSurroundingTextInCodePoints(int before, int after);
|
| void Unselect();
|
| void SetAccessibilityMode(AccessibilityMode new_mode);
|
| void SetCompositionFromExistingText(
|
|
|