| Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| index 380057703aa556ca84db12a4087aaf4e3b4f7f65..1a798120f499286198fa85fdc36732aa03615f19 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| @@ -1085,6 +1085,11 @@ IntPoint AXObject::clickPoint()
|
| return roundedIntPoint(LayoutPoint(rect.x() + rect.width() / 2, rect.y() + rect.height() / 2));
|
| }
|
|
|
| +SkMatrix44 AXObject::transformFromLocalParentFrame() const
|
| +{
|
| + return SkMatrix44();
|
| +}
|
| +
|
| IntRect AXObject::boundingBoxForQuads(LayoutObject* obj, const Vector<FloatQuad>& quads)
|
| {
|
| ASSERT(obj);
|
|
|