| commit | 08afc843c074429a9848d8d165e6b898e3e7d371 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 18:56:10 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 18:56:10 2012 +0000 |
| tree | 9d741b601182c0de30d91503ff4905e13d97dce5 | |
| parent | 16e3ddea6a80972aced04b21b1d66377fa95e7c7 [diff] [blame] |
Files accidentally omitted from r6123. git-svn-id: http://skia.googlecode.com/svn/trunk@6124 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLTexture.cpp b/src/gpu/gl/GrGLTexture.cpp index 1e34fe5..0aa4884 100644 --- a/src/gpu/gl/GrGLTexture.cpp +++ b/src/gpu/gl/GrGLTexture.cpp
@@ -72,7 +72,7 @@ INHERITED::onAbandon(); } -intptr_t GrGLTexture::getTextureHandle() const { +GrBackendObject GrGLTexture::getTextureHandle() const { return fTexIDObj->id(); }