Chromium Code Reviews| Index: views/controls/hwnd_view.h |
| =================================================================== |
| --- views/controls/hwnd_view.h (revision 16147) |
| +++ views/controls/hwnd_view.h (working copy) |
| @@ -41,7 +41,7 @@ |
| // TODO(sky): convert this to native_view(). |
| HWND GetHWND() const { return native_view(); } |
| - virtual void Paint(ChromeCanvas* canvas); |
| + virtual void Paint(gfx::Canvas* canvas); |
| // Overridden from View. |
| virtual std::string GetClassName() const; |