Chromium Code Reviews| Index: include/views/SkOSWindow_Android.h |
| diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h |
| index ae4e880039379241c59348d964eb2b51495ffc57..72f9c8e619bad7a29fea6f7ddb97a6c587ca0697 100644 |
| --- a/include/views/SkOSWindow_Android.h |
| +++ b/include/views/SkOSWindow_Android.h |
| @@ -12,7 +12,7 @@ |
| #include "SkWindow.h" |
| -class SkIRect; |
| +struct SkIRect; |
|
tfarina
2014/10/30 16:59:34
You can also just remove this forward declaration
|
| class SkOSWindow : public SkWindow { |
| public: |