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

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.h

Issue 2867103005: Merge to M59: Revert "Fix computation of Automation API location offsets in WebViews." (Closed)
Patch Set: Created 3 years, 7 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 c2e3b6ca693af008101a7d23dfbebabf444b6e1c..8bc87d36eb75743907658bb6d47abc81e78807b4 100644
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.h
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.h
@@ -30,6 +30,7 @@ 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