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

Unified Diff: webkit/glue/webaccessibility.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: webkit/glue/webaccessibility.h
===================================================================
--- webkit/glue/webaccessibility.h (revision 79131)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -9,7 +9,7 @@
#include <vector>
#include "base/string16.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebRect.h"
+#include "ui/gfx/rect.h"
namespace WebKit {
class WebAccessibilityCache;
@@ -213,7 +213,7 @@
string16 value;
Role role;
uint32 state;
- WebKit::WebRect location;
+ gfx::Rect location;
std::map<int32, string16> attributes;
std::vector<WebAccessibility> children;
std::vector<int32> indirect_child_ids;

Powered by Google App Engine
This is Rietveld 408576698