summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ClientRect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ClientRect.cpp')
-rw-r--r--WebCore/dom/ClientRect.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/dom/ClientRect.cpp b/WebCore/dom/ClientRect.cpp
index c69a2ab..b132222 100644
--- a/WebCore/dom/ClientRect.cpp
+++ b/WebCore/dom/ClientRect.cpp
@@ -38,4 +38,9 @@ ClientRect::ClientRect(const IntRect& rect)
{
}
+ClientRect::ClientRect(const FloatRect& rect)
+ : m_rect(rect)
+{
+}
+
} // namespace WebCore