Hi Simon.
That was my thought. Thank you for confirming.
On Tue, Mar 23, 2010 at 2:54 PM, Simon Fraser wrote:
> On Mar 23, 2010, at 11:38 AM, tonikitoo (Antonio Gomes) wrote:
>
>> Hey all.
>>
>> I am facing a strange issue while trying to the get repaintable rect
>> of a given Node* object. In m
On Mar 23, 2010, at 11:38 AM, tonikitoo (Antonio Gomes) wrote:
> Hey all.
>
> I am facing a strange issue while trying to the get repaintable rect
> of a given Node* object. In my code I am doing something like:
>
> (...)
> ASSERT(node);
> node->renderer()->absoluteClippedOverflowRect();
> (...)
Hey all.
I am facing a strange issue while trying to the get repaintable rect
of a given Node* object. In my code I am doing something like:
(...)
ASSERT(node);
node->renderer()->absoluteClippedOverflowRect();
(...)
, where "node" is a valid reference to an in the following simple
html sample i
3 matches
Mail list logo