[Webkit-unassigned] [Bug 114146] [BlackBerry] Replace getRect() with boundingBox()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 00:51:36 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114146





--- Comment #3 from Alberto Garcia <agarcia at igalia.com>  2013-04-08 00:49:50 PST ---
(In reply to comment #2)
> > Source/WebKit/blackberry/Api/WebPage.cpp:2601
> > -            return view->contentsToWindow(node->getRect());
> > +            return view->contentsToWindow(IntRect(node->boundingBox()));
> 
> Why do you need the IntRect()?

Node::boundingBox() returns LayoutRect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list