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

Unified Diff: content/renderer/renderer_accessibility.h

Issue 8776030: Add IPCs to allow assistive technology to scroll the page (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/common/view_messages.h ('k') | content/renderer/renderer_accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_accessibility.h
===================================================================
--- content/renderer/renderer_accessibility.h (revision 112764)
+++ content/renderer/renderer_accessibility.h (working copy)
@@ -82,9 +82,12 @@
// Handlers for messages from the browser to the renderer.
void OnAccessibilityDoDefaultAction(int acc_obj_id);
void OnAccessibilityNotificationsAck();
+ void OnChangeScrollPosition(int acc_obj_id, int scroll_x, int scroll_y);
void OnEnableAccessibility();
void OnSetAccessibilityFocus(int acc_obj_id);
+ void OnSetTextSelection(int acc_obj_id, int start_offset, int end_offset);
+
// Whether or not this notification typically needs to send
// updates to its children, too.
bool ShouldIncludeChildren(const Notification& notification);
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/renderer_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698