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

Unified Diff: content/renderer/renderer_accessibility.h

Issue 8748019: Make sure the document's scroll position is always up-to-date before... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « no previous file | 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 111700)
+++ content/renderer/renderer_accessibility.h (working copy)
@@ -106,6 +106,11 @@
// A map from IDs to nodes in the browser tree.
base::hash_map<int32, BrowserTreeNode*> browser_id_map_;
+ // The most recently observed scroll offset of the root document element.
+ // TODO(dmazzoni): remove once https://bugs.webkit.org/show_bug.cgi?id=73460
+ // is fixed.
+ gfx::Size last_scroll_offset_;
+
// Set if we are waiting for an accessibility notification ack.
bool ack_pending_;
« no previous file with comments | « no previous file | content/renderer/renderer_accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698