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

Unified Diff: third_party/WebKit/Source/core/dom/AXObjectCache.h

Issue 2169273004: Switch all LayoutTests to use new accessibility relative bounding box API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix absolute bounds in AXInlineTextBox::elementRect 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: third_party/WebKit/Source/core/dom/AXObjectCache.h
diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
index 21c2541667a0ed371825671f777926b903e3ab85..ee655e3f1b41b78360e1068a110cfbe5d056f9ad 100644
--- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
+++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
@@ -124,7 +124,7 @@ public:
virtual void handleLayoutComplete(Document*) = 0;
virtual void handleClicked(Node*) = 0;
- virtual void setCanvasObjectBounds(Element*, const LayoutRect&) = 0;
+ virtual void setCanvasObjectBounds(HTMLCanvasElement*, Element*, const LayoutRect&) = 0;
virtual void inlineTextBoxesUpdated(LineLayoutItem) = 0;

Powered by Google App Engine
This is Rietveld 408576698