| Index: webkit/port/platform/graphics/skia/GraphicsContextSkia.cpp
|
| ===================================================================
|
| --- webkit/port/platform/graphics/skia/GraphicsContextSkia.cpp (revision 6975)
|
| +++ webkit/port/platform/graphics/skia/GraphicsContextSkia.cpp (working copy)
|
| @@ -943,7 +943,7 @@
|
| c = SkColorSetARGB(0xFF/3, 0, 0, 0); // "std" apple shadow color.
|
| SkDrawLooper* dl = new SkBlurDrawLooper(SkIntToScalar(blur),
|
| SkIntToScalar(size.width()),
|
| - SkIntToScalar(-size.height()),
|
| + SkIntToScalar(size.height()),
|
| c);
|
| platformContext()->setDrawLooper(dl);
|
| dl->unref();
|
|
|