[Webkit-unassigned] [Bug 45423] [Gtk] Port tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 29 04:52:05 PST 2011


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





--- Comment #38 from Joone Hur <joone at kldp.org>  2011-01-29 04:52:05 PST ---
(In reply to comment #33)
> (From update of attachment 80038 [details])

> > Source/WebCore/ChangeLog:13
> > +        (WebCore::TiledBackingStore::TiledBackingStore): Call setTileSize to apply the default tile size.
> 
> I'm still not sure why this is necessary for GTK+ and not for other ports. This file is platform-independent. What is different to require this?
> 

QtWebKit calls the setTileSize() method from the port layer to set a user defined tile size, but WebKitGtk+ doesn't provide such functionality yet.

By the way, the default tile size is already defined in TiledBackingStore.cpp, but nobody uses it. So, WebKitGkt+ takes the default tile size to set the tile size, this seems not to be a burden for QtWebKit.

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