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

Unified Diff: chrome/common/extensions/chrome_extension_messages.h

Issue 2762373002: Fix computation of Automation API location offsets in WebViews. (Closed)
Patch Set: Only run new test on chromeos because of required perms Created 3 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/common/extensions/chrome_extension_messages.h
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h
index 5d7bdf0a58590e3539f64529649fbb6360c21734..e3aaf6f2b35ce18c77cf138e586760c99ac7a43e 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -101,9 +101,6 @@ IPC_STRUCT_BEGIN(ExtensionMsg_AccessibilityEventParams)
// ID of the accessibility tree that this event applies to.
IPC_STRUCT_MEMBER(int, tree_id)
- // The global offset of all coordinates in this accessibility tree.
- IPC_STRUCT_MEMBER(gfx::Vector2d, location_offset)
-
// The tree update.
IPC_STRUCT_MEMBER(ui::AXTreeUpdate, update)

Powered by Google App Engine
This is Rietveld 408576698