Index: src/gpu/GrDrawContextPriv.h |
diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h |
index 935b631a265fa26a5f502c3a319799ca5556bb1c..4482e35672da1f488c6bcc7749572b4efc00bdad 100644 |
--- a/src/gpu/GrDrawContextPriv.h |
+++ b/src/gpu/GrDrawContextPriv.h |
@@ -46,7 +46,7 @@ private: |
GrDrawContextPriv* operator&(); |
GrDrawContext* fDrawContext; |
- |
+ |
friend class GrDrawContext; // to construct/copy this type. |
}; |
@@ -57,4 +57,3 @@ inline const GrDrawContextPriv GrDrawContext::drawContextPriv () const { |
} |
#endif |
- |