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

Unified Diff: chrome/browser/accessibility/browser_accessibility.h

Issue 6721021: Move a bunch of renderer->browser messages to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: chrome/browser/accessibility/browser_accessibility.h
===================================================================
--- chrome/browser/accessibility/browser_accessibility.h (revision 79131)
+++ chrome/browser/accessibility/browser_accessibility.h (working copy)
@@ -143,7 +143,7 @@
return html_attributes_;
}
int32 index_in_parent() const { return index_in_parent_; }
- WebKit::WebRect location() const { return location_; }
+ gfx::Rect location() const { return location_; }
BrowserAccessibilityManager* manager() const { return manager_; }
const string16& name() const { return name_; }
int32 renderer_id() const { return renderer_id_; }
@@ -208,7 +208,7 @@
int32 role_;
int32 state_;
string16 role_name_;
- WebKit::WebRect location_;
+ gfx::Rect location_;
std::vector<int32> indirect_child_ids_;
// BrowserAccessibility objects are reference-counted on some platforms.

Powered by Google App Engine
This is Rietveld 408576698