diff options
Diffstat (limited to 'webkit/tools/test_shell/webwidget_host.h')
-rw-r--r-- | webkit/tools/test_shell/webwidget_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/webwidget_host.h b/webkit/tools/test_shell/webwidget_host.h index 0b4e197..8498c4f 100644 --- a/webkit/tools/test_shell/webwidget_host.h +++ b/webkit/tools/test_shell/webwidget_host.h @@ -100,7 +100,7 @@ class WebWidgetHost { gfx::NativeView view_; WebWidget* webwidget_; - scoped_ptr<gfx::PlatformCanvas> canvas_; + scoped_ptr<skia::PlatformCanvas> canvas_; // specifies the portion of the webwidget that needs painting gfx::Rect paint_rect_; |