commit | 1bf1c21025e50dba3352ccb660e384f8540ff89c | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 05 12:18:58 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 05 12:18:58 2011 +0000 |
tree | 976f3020cd5d6fd0382577f5377c757d11dc2624 | |
parent | ce1d9e2e42ea8027ca92b2ba29957eaa6e2ce850 [diff] [blame] |
Add reset context count to GrGpu git-svn-id: http://skia.googlecode.com/svn/trunk@2605 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrGpuGL.cpp b/src/gpu/GrGpuGL.cpp index dc4d78a..1927ae4 100644 --- a/src/gpu/GrGpuGL.cpp +++ b/src/gpu/GrGpuGL.cpp
@@ -559,7 +559,7 @@ } } -void GrGpuGL::resetContext() { +void GrGpuGL::onResetContext() { if (gPrintStartupSpew && !fPrintedCaps) { fPrintedCaps = true; this->getCaps().print();