aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrExternalTextureData.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrExternalTextureData.h')
-rw-r--r--include/gpu/GrExternalTextureData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrExternalTextureData.h b/include/gpu/GrExternalTextureData.h
index 5943fd8c58..0ebc0534f1 100644
--- a/include/gpu/GrExternalTextureData.h
+++ b/include/gpu/GrExternalTextureData.h
@@ -21,7 +21,7 @@ protected:
virtual GrBackendObject getBackendObject() const = 0;
virtual void attachToContext(GrContext*) = 0;
- friend class SkCrossContextImageData;
+ friend class SkCCIDBackendTexture;
friend class SkImage;
};