Index: webkit/tools/test_shell/mac/webwidget_host.mm |
=================================================================== |
--- webkit/tools/test_shell/mac/webwidget_host.mm (revision 51089) |
+++ webkit/tools/test_shell/mac/webwidget_host.mm (working copy) |
@@ -174,7 +174,7 @@ |
canvas_->getTopPlatformDevice().GetBitmapContext(); |
[NSGraphicsContext setCurrentContext: |
[NSGraphicsContext graphicsContextWithGraphicsPort:bitmap_context |
- flipped:NO]]; |
+ flipped:YES]]; |
// This may result in more invalidation |
webwidget_->layout(); |