diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_webthemecontrol.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell_webthemecontrol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_webthemecontrol.h b/webkit/tools/test_shell/test_shell_webthemecontrol.h index 3b949b4..40d3141 100644 --- a/webkit/tools/test_shell/test_shell_webthemecontrol.h +++ b/webkit/tools/test_shell/test_shell_webthemecontrol.h @@ -95,7 +95,7 @@ class Control { // canvas is the canvas to draw onto, and rect gives the size of the // control. ctype and cstate specify the type and state of the control. - Control(skia::PlatformCanvas* canvas, const SkIRect& rect, + Control(SkCanvas* canvas, const SkIRect& rect, Type ctype, State cstate); ~Control(); @@ -153,7 +153,7 @@ class Control { // color is which. void markState(); - skia::PlatformCanvas* canvas_; + SkCanvas* canvas_; const SkIRect irect_; const Type type_; const State state_; |