Chromium Code Reviews| Index: webkit/tools/test_shell/mac/webwidget_host.mm |
| =================================================================== |
| --- webkit/tools/test_shell/mac/webwidget_host.mm (revision 6968) |
| +++ webkit/tools/test_shell/mac/webwidget_host.mm (working copy) |
| @@ -157,7 +157,7 @@ |
| if (!canvas_.get()) { |
| ResetScrollRect(); |
| paint_rect_ = client_rect; |
| - canvas_.reset(new gfx::PlatformCanvas( |
| + canvas_.reset(new skia::PlatformCanvas( |
| paint_rect_.width(), paint_rect_.height(), true)); |
| } |