| commit | b8d00db075b5ea09e353508a26ef5ced50722a6c | [log] [tgz] |
|---|---|---|
| author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 19:18:23 2013 +0000 |
| committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 19:18:23 2013 +0000 |
| tree | e24369ac62bdd014c79c15f960924e4c8bd62780 | |
| parent | 18bbba9a9ae3c9c434ac2159bac0b4296ae7f213 [diff] [blame] |
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. R=robertphillips@google.com, reed@google.com Author: bsalomon@google.com Review URL: https://chromiumcodereview.appspot.com/17269003 git-svn-id: http://skia.googlecode.com/svn/trunk@9775 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h index ec1e22e..da4b8fa 100644 --- a/include/gpu/SkGrPixelRef.h +++ b/include/gpu/SkGrPixelRef.h
@@ -51,7 +51,7 @@ virtual ~SkGrPixelRef(); // override from SkPixelRef - virtual SkGpuTexture* getTexture() SK_OVERRIDE; + virtual GrTexture* getTexture() SK_OVERRIDE; SK_DECLARE_UNFLATTENABLE_OBJECT()