diff options
-rw-r--r-- | webkit/tools/test_shell/mac/webwidget_host.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm index 12c202e1..d76c41b 100644 --- a/webkit/tools/test_shell/mac/webwidget_host.mm +++ b/webkit/tools/test_shell/mac/webwidget_host.mm @@ -174,7 +174,7 @@ void WebWidgetHost::Paint() { canvas_->getTopPlatformDevice().GetBitmapContext(); [NSGraphicsContext setCurrentContext: [NSGraphicsContext graphicsContextWithGraphicsPort:bitmap_context - flipped:NO]]; + flipped:YES]]; // This may result in more invalidation webwidget_->layout(); |