Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3214)

Unified Diff: content/test/test_render_frame.h

Issue 1889053003: Fix InputConnection.deleteSurroundingText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle multi-code text with BackspaceStateMachine::previousPositionOf Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/test_render_frame.h
diff --git a/content/test/test_render_frame.h b/content/test/test_render_frame.h
index 0976f7822774a9edcad66ad8453454314310a182..94089c38d062d346a8f5bf54ea97b04264752688 100644
--- a/content/test/test_render_frame.h
+++ b/content/test/test_render_frame.h
@@ -38,6 +38,7 @@ class TestRenderFrame : public RenderFrameImpl {
const FrameReplicationState& replicated_frame_state);
void SetEditableSelectionOffsets(int start, int end);
void ExtendSelectionAndDelete(int before, int after);
+ void DeleteSurroundingText(int before, int after);
void Unselect();
void SetAccessibilityMode(AccessibilityMode new_mode);
void SetCompositionFromExistingText(

Powered by Google App Engine
This is Rietveld 408576698