aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-26 02:01:24 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-26 02:01:24 +0000
commit27b40e9f36f567a57ae92860052b36cedacdd4fd (patch)
treed631fc90308b6d2506b66cecbc8fd3bda7a41e80 /include/gpu/GrContext.h
parentc196b522d06919885c6bbe28b7b06d2e5b2cb9bf (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6133 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 195f7316d1..29ac95a918 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -863,7 +863,7 @@ public:
GrTexture* createPlatformTexture(const GrPlatformTextureDesc& desc) {
return this->wrapBackendTexture(desc);
}
-
+
GrRenderTarget* createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) {
return wrapBackendRenderTarget(desc);
}