diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 00:47:22 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 00:47:22 +0000 |
commit | 10235beedc6fbfdb50453a7568e3279c25714624 (patch) | |
tree | bf0c0c144fdaf1c3855ccb45458fd66b7fbfeac5 /webkit/glue/resources | |
parent | d0cf101981b2a8465b7ffc539ed2a4885a08230e (diff) | |
download | chromium_src-10235beedc6fbfdb50453a7568e3279c25714624.zip chromium_src-10235beedc6fbfdb50453a7568e3279c25714624.tar.gz chromium_src-10235beedc6fbfdb50453a7568e3279c25714624.tar.bz2 |
Make our autoscroll icons a little better.
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
Diffstat (limited to 'webkit/glue/resources')
-rw-r--r-- | webkit/glue/resources/pan_east.cur | bin | 4286 -> 4286 bytes |
-rwxr-xr-x | webkit/glue/resources/pan_icon.png | bin | 175 -> 238 bytes |
-rw-r--r-- | webkit/glue/resources/pan_middle.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_north.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_north_east.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_north_west.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_south.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_south_east.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_south_west.cur | bin | 4286 -> 4286 bytes |
-rw-r--r-- | webkit/glue/resources/pan_west.cur | bin | 4286 -> 4286 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/webkit/glue/resources/pan_east.cur b/webkit/glue/resources/pan_east.cur Binary files differindex 9d48e5d..c13cf06 100644 --- a/webkit/glue/resources/pan_east.cur +++ b/webkit/glue/resources/pan_east.cur diff --git a/webkit/glue/resources/pan_icon.png b/webkit/glue/resources/pan_icon.png Binary files differindex 4ca8d70..db4e372 100755 --- a/webkit/glue/resources/pan_icon.png +++ b/webkit/glue/resources/pan_icon.png diff --git a/webkit/glue/resources/pan_middle.cur b/webkit/glue/resources/pan_middle.cur Binary files differindex de509fe..52ae366 100644 --- a/webkit/glue/resources/pan_middle.cur +++ b/webkit/glue/resources/pan_middle.cur diff --git a/webkit/glue/resources/pan_north.cur b/webkit/glue/resources/pan_north.cur Binary files differindex bd41768..e5fff00 100644 --- a/webkit/glue/resources/pan_north.cur +++ b/webkit/glue/resources/pan_north.cur diff --git a/webkit/glue/resources/pan_north_east.cur b/webkit/glue/resources/pan_north_east.cur Binary files differindex 7452049..499a70a 100644 --- a/webkit/glue/resources/pan_north_east.cur +++ b/webkit/glue/resources/pan_north_east.cur diff --git a/webkit/glue/resources/pan_north_west.cur b/webkit/glue/resources/pan_north_west.cur Binary files differindex 0d60230..42b7b1e 100644 --- a/webkit/glue/resources/pan_north_west.cur +++ b/webkit/glue/resources/pan_north_west.cur diff --git a/webkit/glue/resources/pan_south.cur b/webkit/glue/resources/pan_south.cur Binary files differindex 7d29e06..cdd6de5 100644 --- a/webkit/glue/resources/pan_south.cur +++ b/webkit/glue/resources/pan_south.cur diff --git a/webkit/glue/resources/pan_south_east.cur b/webkit/glue/resources/pan_south_east.cur Binary files differindex ca364e6..7f4c925 100644 --- a/webkit/glue/resources/pan_south_east.cur +++ b/webkit/glue/resources/pan_south_east.cur diff --git a/webkit/glue/resources/pan_south_west.cur b/webkit/glue/resources/pan_south_west.cur Binary files differindex 21a882a..69ebf43 100644 --- a/webkit/glue/resources/pan_south_west.cur +++ b/webkit/glue/resources/pan_south_west.cur diff --git a/webkit/glue/resources/pan_west.cur b/webkit/glue/resources/pan_west.cur Binary files differindex 3922499..a7f1b25 100644 --- a/webkit/glue/resources/pan_west.cur +++ b/webkit/glue/resources/pan_west.cur |