From 635860845790a19bf50bbc51ba8fb66a96dde068 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 14:34:32 -0800 Subject: auto import from //depot/cupcake/@136594 --- WebCore/dom/ContainerNode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WebCore/dom/ContainerNode.h') diff --git a/WebCore/dom/ContainerNode.h b/WebCore/dom/ContainerNode.h index c36c941..91ca49a 100644 --- a/WebCore/dom/ContainerNode.h +++ b/WebCore/dom/ContainerNode.h @@ -25,6 +25,7 @@ #define ContainerNode_h #include "EventTargetNode.h" +#include "FloatPoint.h" namespace WebCore { @@ -89,8 +90,8 @@ protected: private: static void dispatchPostAttachCallbacks(); - bool getUpperLeftCorner(int& x, int& y) const; - bool getLowerRightCorner(int& x, int& y) const; + bool getUpperLeftCorner(FloatPoint&) const; + bool getLowerRightCorner(FloatPoint&) const; Node* m_firstChild; Node* m_lastChild; -- cgit v1.1