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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 00:55:52 PDT 2013


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





--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-08 00:54:06 PST ---
(In reply to comment #3)
> (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.

I think there's an explicit constructor for that, note that getRect() also returned a 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