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

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.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/renderer/extensions/automation_internal_custom_bindings.h
diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.h b/chrome/renderer/extensions/automation_internal_custom_bindings.h
index 8adb5fae148308b9273d92ae19672f8bde3163a4..b8655cc167cb31dcb66a854a1f7258668914fcf0 100644
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
@@ -29,7 +29,6 @@ struct TreeCache {
int tree_id;
int parent_node_id_from_parent_tree;
- gfx::Vector2d location_offset;
ui::AXTree tree;
AutomationInternalCustomBindings* owner;
};

Powered by Google App Engine
This is Rietveld 408576698