| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
We're constrained by hardcoded icon dimensions (pan_icon.png is limited to 20x20) in WebKit, but in the interest of time, we're going to play within those restrictions.
TBR=finnur
BUG=11277
TEST=Do some autoscrolling, verify that our icons are different to Safari's. Verify that they don't disappear on black-backgrounded webpages.
Review URL: http://codereview.chromium.org/105003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This fixes issue 6173. The pan cursor icons had their
hotspots set to the upper left corner, which was causing
them to be drawn offset down and to the right. Set the
hotspot to (16,16).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10382 0039d316-1c4b-4281-b951-d872f2087c98
|
|
new WebCursor code will know how to load them.
BUG=4149
R=tony
Review URL: http://codereview.chromium.org/9713
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5033 0039d316-1c4b-4281-b951-d872f2087c98
|