On May 27, 2009, at 5:19 PM, Ajit Singh wrote:
Which files in WebKit deal with the positioning (x,y) and scaling of
video window(width and height) ?
Suppose I'm rendering a page with a video window in it such as
http://webkit.org/blog/140/
then I want to know what files should I look into to know the
coordinates and width and height of the Video Window.
The position and size of the video element is determined by layout;
RenderVideo is the class that handles the video element.
For information about layout basics, see <http://webkit.org/blog/114/webcore-rendering-i-the-basics/
> and subsequent blog posts.
Simon
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev