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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.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/modules/accessibility/AXObjectCacheImpl.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
index d86abf0813220a394f7e6a4a647e53a4993e119e..7a40d61b60c3a9490e6c9615259ae6f3eb8db18e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.h
@@ -91,7 +91,7 @@ public:
void handleLayoutComplete(Document*) override;
void handleClicked(Node*) override;
- void setCanvasObjectBounds(Element*, const LayoutRect&) override;
+ void setCanvasObjectBounds(HTMLCanvasElement*, Element*, const LayoutRect&) override;
void inlineTextBoxesUpdated(LineLayoutItem) override;

Powered by Google App Engine
This is Rietveld 408576698