| Index: webkit/glue/webwidget.h
|
| ===================================================================
|
| --- webkit/glue/webwidget.h (revision 6968)
|
| +++ webkit/glue/webwidget.h (working copy)
|
| @@ -45,7 +45,7 @@
|
| // multiple times once Layout has been called, assuming no other changes are
|
| // made to the WebWidget (e.g., once events are processed, it should be assumed
|
| // that another call to Layout is warranted before painting again).
|
| - virtual void Paint(gfx::PlatformCanvas* canvas, const gfx::Rect& rect) = 0;
|
| + virtual void Paint(skia::PlatformCanvas* canvas, const gfx::Rect& rect) = 0;
|
|
|
| // Called to inform the WebWidget of an input event.
|
| // Returns true if the event has been processed, false otherwise.
|
|
|