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

Unified Diff: content/renderer/accessibility/render_accessibility_impl.h

Issue 2365263003: Implement NSAccessibilityScrollToVisibleAction on Mac (Closed)
Patch Set: Fix endless loop in AXObject::scrollToMakeVisibleWithSubFocus Created 4 years, 3 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/renderer/accessibility/render_accessibility_impl.h
diff --git a/content/renderer/accessibility/render_accessibility_impl.h b/content/renderer/accessibility/render_accessibility_impl.h
index 3a9fa71eb5741c597c212f0b61f4d8d2e00adb76..281305996b1435322690f71a0ef257d1d5b164f2 100644
--- a/content/renderer/accessibility/render_accessibility_impl.h
+++ b/content/renderer/accessibility/render_accessibility_impl.h
@@ -132,6 +132,7 @@ class CONTENT_EXPORT RenderAccessibilityImpl
void OnShowContextMenu(int acc_obj_id);
void AddPdfTreeToUpdate(AXContentTreeUpdate* update);
+ void ScrollPdf(int id_to_make_visible);
// Events from Blink are collected until they are ready to be
// sent to the browser.

Powered by Google App Engine
This is Rietveld 408576698