Chromium Code Reviews| Index: webkit/glue/webview_impl.cc |
| =================================================================== |
| --- webkit/glue/webview_impl.cc (revision 6968) |
| +++ webkit/glue/webview_impl.cc (working copy) |
| @@ -838,7 +838,7 @@ |
| } |
| } |
| -void WebViewImpl::Paint(gfx::PlatformCanvas* canvas, const gfx::Rect& rect) { |
| +void WebViewImpl::Paint(skia::PlatformCanvas* canvas, const gfx::Rect& rect) { |
| WebFrameImpl* webframe = main_frame(); |
| if (webframe) |
| webframe->Paint(canvas, rect); |