commit | a6ff4dc22d5006dc588769aa20c8b0bb4fde6d43 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 12 22:08:24 2011 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 12 22:08:24 2011 +0000 |
tree | 94b611f0c3c182b582c567bee346daac4acb1c1c | |
parent | 12ad3aa49b8fae2a09a668414b0b908baf47c846 [diff] [blame] |
add 'p' to toggle on/off testing the pipe git-svn-id: http://skia.googlecode.com/svn/trunk@1317 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h index de40d1e..c42ee25 100644 --- a/samplecode/SampleCode.h +++ b/samplecode/SampleCode.h
@@ -55,6 +55,7 @@ void setBGColor(SkColor color) { fBGColor = color; } + static bool IsSampleView(SkView*); static bool SetRepeatDraw(SkView*, int count); static bool SetUsePipe(SkView*, bool);