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

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


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-08 00:44:09 PST ---
(From update of attachment 196833)
View in context: https://bugs.webkit.org/attachment.cgi?id=196833&action=review

> Source/WebKit/blackberry/Api/WebPage.cpp:2601
> -            return view->contentsToWindow(node->getRect());
> +            return view->contentsToWindow(IntRect(node->boundingBox()));

Why do you need the IntRect()?

-- 
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