| 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;
|
|
|
|
|