aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpuGL.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-05 12:18:58 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-05 12:18:58 +0000
commit1bf1c21025e50dba3352ccb660e384f8540ff89c (patch)
tree976f3020cd5d6fd0382577f5377c757d11dc2624 /src/gpu/GrGpuGL.h
parentce1d9e2e42ea8027ca92b2ba29957eaa6e2ce850 (diff)
Add reset context count to GrGpu
git-svn-id: http://skia.googlecode.com/svn/trunk@2605 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrGpuGL.h')
-rw-r--r--src/gpu/GrGpuGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpuGL.h b/src/gpu/GrGpuGL.h
index 51eb4aed02..f28f578a96 100644
--- a/src/gpu/GrGpuGL.h
+++ b/src/gpu/GrGpuGL.h
@@ -70,7 +70,7 @@ protected:
} fHWBounds;
// GrGpu overrides
- virtual void resetContext();
+ virtual void onResetContext() SK_OVERRIDE;
virtual GrTexture* onCreateTexture(const GrTextureDesc& desc,
const void* srcData,