aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSurfaceContextPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrSurfaceContextPriv.h')
-rw-r--r--src/gpu/GrSurfaceContextPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrSurfaceContextPriv.h b/src/gpu/GrSurfaceContextPriv.h
index bd3d2de217..4a45f8f9b8 100644
--- a/src/gpu/GrSurfaceContextPriv.h
+++ b/src/gpu/GrSurfaceContextPriv.h
@@ -18,7 +18,7 @@ public:
GrContext* getContext() { return fSurfaceContext->fContext; }
private:
- explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext)
+ explicit GrSurfaceContextPriv(GrSurfaceContext* surfaceContext)
: fSurfaceContext(surfaceContext) {
}