Hi

Can you please tell me how does Chromium paint content on screen?
For example, a DIV tag with a background color, chromium needs to
paint a Rect (whose dimension with the DIV tag) on screen with DIV
background color?

I assume the following function get calls,

SkCanvas::drawRoundRect
SkCanvas::drawRect
SkCanvas::drawLine

But when I set breakpoints at the above methods, it never breaks when
I load the a page with DIV tags.

Can you please tell me how chromium paints a Rect on screen? In the
example i mentioned above.

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to