LGTM another pattern is to just use an enum in the private section private: enum ...
13 years, 7 months ago
(2011-04-05 20:13:55 UTC)
#3
LGTM
another pattern is to just use an enum in the private section
private:
enum {
kBufferSize = 1024
};
I don't think its better in this case, since nothing in the class def needs to
know the size.
Issue 4357054: Make SkFlate buffers statically sized (fixes Windows compile).
(Closed)
Created 13 years, 7 months ago by Steve VanDeBogart
Modified 13 years, 7 months ago
Reviewers: Chris Guillory, reed1
Base URL: https://skia.googlecode.com/svn/trunk
Comments: 0