summaryrefslogtreecommitdiff
path: root/dom/svg/SVGClipPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/SVGClipPathElement.h')
-rw-r--r--dom/svg/SVGClipPathElement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/svg/SVGClipPathElement.h b/dom/svg/SVGClipPathElement.h
index 05aa2243c..ae141f359 100644
--- a/dom/svg/SVGClipPathElement.h
+++ b/dom/svg/SVGClipPathElement.h
@@ -35,6 +35,10 @@ public:
// WebIDL
already_AddRefed<SVGAnimatedEnumeration> ClipPathUnits();
+ // This is an internal method that does not flush style, and thus
+ // the answer may be out of date if there's a pending style flush.
+ bool IsUnitsObjectBoundingBox() const;
+
protected:
enum { CLIPPATHUNITS };