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

Unified Diff: content/renderer/accessibility/renderer_accessibility.cc

Issue 1876243002: Exhaustive selection test. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/accessibility/renderer_accessibility.cc
diff --git a/content/renderer/accessibility/renderer_accessibility.cc b/content/renderer/accessibility/renderer_accessibility.cc
index fb8bf2d6a9fe198500cfd32afc47c46ea93a0218..d1fbd39a96a90db073283f61a085efcde3553151 100644
--- a/content/renderer/accessibility/renderer_accessibility.cc
+++ b/content/renderer/accessibility/renderer_accessibility.cc
@@ -554,7 +554,7 @@ void RendererAccessibility::OnSetSelection(int anchor_acc_obj_id,
#endif
return;
}
-
+ LOG(ERROR) << "set!" << anchor_offset << " " << focus_offset;
anchor_obj.setSelection(anchor_obj, anchor_offset, focus_obj, focus_offset);
WebAXObject root = document.accessibilityObject();
if (root.isDetached()) {
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698