Chromium Code Reviews| Index: include/views/SkWindow.h |
| diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h |
| index 2a9315dc8c77c3b662e0a0af633c5883b38bdc43..d63208c6bcb6c81c967e8b8ce89ebda60f37066b 100644 |
| --- a/include/views/SkWindow.h |
| +++ b/include/views/SkWindow.h |
| @@ -22,7 +22,7 @@ |
| //#define USE_GX_SCREEN |
|
robertphillips
2014/09/18 14:52:20
rm SkCanvas ?
reed1
2014/09/18 18:08:12
Done.
|
| class SkCanvas; |
| - |
| +class SkSurface; |
| class SkOSMenu; |
| class SkWindow : public SkView { |
| @@ -59,7 +59,7 @@ public: |
| void preConcat(const SkMatrix&); |
| void postConcat(const SkMatrix&); |
| - virtual SkCanvas* createCanvas(); |
| + virtual SkSurface* createSurface(); |
| virtual void onPDFSaved(const char title[], const char desc[], |
| const char path[]) {} |