aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRWBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRWBuffer.h')
-rw-r--r--include/core/SkRWBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkRWBuffer.h b/include/core/SkRWBuffer.h
index a938db20b0..e59a56bda0 100644
--- a/include/core/SkRWBuffer.h
+++ b/include/core/SkRWBuffer.h
@@ -50,7 +50,7 @@ public:
* block, or false if the iterator is exhausted.
*/
bool next();
-
+
private:
const SkBufferBlock* fBlock;
size_t fRemaining;
@@ -101,7 +101,7 @@ public:
#else
void validate() const {}
#endif
-
+
private:
SkBufferHead* fHead;
SkBufferBlock* fTail;