aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-26 14:40:38 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-26 14:40:38 +0000
commit17b78946096265d80215a6c946286ecaa35ea7ed (patch)
tree3af45529670451a9df0bd13ca71fa6a4a98d0eae /samplecode
parent5f226572b3b6e1a6fea11f5f3c862a47158f66fe (diff)
rolling back the experimental rollbacks in r2178-2179
git-svn-id: http://skia.googlecode.com/svn/trunk@2180 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/SampleCode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
index 2db1955b64..d6c7929758 100644
--- a/samplecode/SampleCode.h
+++ b/samplecode/SampleCode.h
@@ -61,7 +61,7 @@ private:
class SampleView : public SkView {
public:
- SampleView() : fRepeatCount(1), fBGColor(SK_ColorWHITE) {
+ SampleView() : fBGColor(SK_ColorWHITE), fRepeatCount(1) {
fUsePipe = false;
}