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

Unified Diff: content/common/accessibility_messages.h

Issue 2154213007: Replace gfx::Rect with gfx::RectF in ui::AXNodeData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win compile Created 4 years, 5 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/common/accessibility_messages.h
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h
index cbb3ca963e85f1ef8b1e4b0dca8e31183381f3d4..1c49dee8db9acb51aade2036625ac4e1151fabf9 100644
--- a/content/common/accessibility_messages.h
+++ b/content/common/accessibility_messages.h
@@ -85,7 +85,7 @@ IPC_STRUCT_BEGIN(AccessibilityHostMsg_LocationChangeParams)
// The object's new location, in frame-relative coordinates (same
// as the coordinates in AccessibilityNodeData).
- IPC_STRUCT_MEMBER(gfx::Rect, new_location)
+ IPC_STRUCT_MEMBER(gfx::RectF, new_location)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(AccessibilityHostMsg_FindInPageResultParams)

Powered by Google App Engine
This is Rietveld 408576698