aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-11-04 13:41:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-04 13:41:02 -0800
commit65d6fbb576b7f0c86e3124db92f302e09b6eea13 (patch)
tree075d5b6c0c54414398bfd05256517035a0a7c6f8 /include/gpu
parent6f45c1714786a54adec156f2416a14aa142adf05 (diff)
Create SDL backed SkOSWindow
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/gl/SkGLContext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/gl/SkGLContext.h b/include/gpu/gl/SkGLContext.h
index ba8506c980..75cfcfee04 100644
--- a/include/gpu/gl/SkGLContext.h
+++ b/include/gpu/gl/SkGLContext.h
@@ -18,8 +18,6 @@
class SK_API SkGLContext : public SkRefCnt {
public:
-
-
~SkGLContext() override;
bool isValid() const { return NULL != gl(); }