| Index: third_party/WebKit/Source/core/dom/DOMQuad.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMQuad.h b/third_party/WebKit/Source/core/dom/DOMQuad.h
|
| index b2219d10af83c234387489b683dd9f8fe396b69d..754f3337bf765ea84d7a9fc208762c09464c6c01 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMQuad.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMQuad.h
|
| @@ -14,6 +14,7 @@ namespace blink {
|
| class DOMPoint;
|
| class DOMPointInit;
|
| class DOMQuadInit;
|
| +class DOMRect;
|
| class DOMRectInit;
|
|
|
| class CORE_EXPORT DOMQuad : public GarbageCollected<DOMQuad>,
|
| @@ -33,6 +34,8 @@ class CORE_EXPORT DOMQuad : public GarbageCollected<DOMQuad>,
|
| DOMPoint* p3() const { return m_p3; }
|
| DOMPoint* p4() const { return m_p4; }
|
|
|
| + DOMRect* getBounds();
|
| +
|
| ScriptValue toJSONForBinding(ScriptState*) const;
|
|
|
| DEFINE_INLINE_TRACE() {
|
|
|