Bug 65848 - [EFL] Change the tiled backing store to use constant size of tile.
Summary: [EFL] Change the tiled backing store to use constant size of tile.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 04:04 PDT by KwangHyuk
Modified: 2011-08-23 18:39 PDT (History)
7 users (show)

See Also:


Attachments
Patch. (27.85 KB, patch)
2011-08-08 04:10 PDT, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KwangHyuk 2011-08-08 04:04:15 PDT
As current tiled backing store in Webkit EFL is using variable tile size according to the zoom level, the number of tiles in viewport is not same always and the speed of panning is also not consistent whenever zoom level is changed. Therefore, tile size should be constant size in order to make sure the consistent panning speed.
Comment 1 KwangHyuk 2011-08-08 04:10:40 PDT
Created attachment 103227 [details]
Patch.
Comment 2 Leandro Pereira 2011-08-08 07:37:19 PDT
Comment on attachment 103227 [details]
Patch.

Informal rs+.
Comment 3 WebKit Review Bot 2011-08-23 18:39:43 PDT
Comment on attachment 103227 [details]
Patch.

Clearing flags on attachment: 103227

Committed r93683: <http://trac.webkit.org/changeset/93683>
Comment 4 WebKit Review Bot 2011-08-23 18:39:48 PDT
All reviewed patches have been landed.  Closing bug.