aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleCode.h
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-26 13:19:39 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-26 13:19:39 +0000
commitfa510413c18263784dc322f136dec2367dc15f18 (patch)
tree95f2ae25c2ac42c2a4eef48beabb0631d97977a6 /samplecode/SampleCode.h
parent93a791d5dee1c30f61383e0e8dbaa3838eff2fb0 (diff)
Experimental revert of 2170 to see if the buildbot issues are somehow related.
git-svn-id: http://skia.googlecode.com/svn/trunk@2178 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/SampleCode.h')
-rw-r--r--samplecode/SampleCode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
index d6c7929758..2db1955b64 100644
--- a/samplecode/SampleCode.h
+++ b/samplecode/SampleCode.h
@@ -61,7 +61,7 @@ private:
class SampleView : public SkView {
public:
- SampleView() : fBGColor(SK_ColorWHITE), fRepeatCount(1) {
+ SampleView() : fRepeatCount(1), fBGColor(SK_ColorWHITE) {
fUsePipe = false;
}