aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-10-30 11:39:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-30 11:39:13 -0700
commita3a706fcd4cc9376a1223a53f57589f29d4a36ea (patch)
treeea78c6b8cd07aaddd79837f74818c12b076d0d1b /include/views
parentf037e0bf138a4e842f39e19864d05010a54950c9 (diff)
Cleanup android to ensure it can compile with clang
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_Android.h b/include/views/SkOSWindow_Android.h
index ae4e880039..72f9c8e619 100644
--- a/include/views/SkOSWindow_Android.h
+++ b/include/views/SkOSWindow_Android.h
@@ -12,7 +12,7 @@
#include "SkWindow.h"
-class SkIRect;
+struct SkIRect;
class SkOSWindow : public SkWindow {
public: