aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleApp.h')
-rw-r--r--samplecode/SampleApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index 7ee07d86dd..082208cd5a 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -72,7 +72,7 @@ public:
*/
class DeviceManager : public SkRefCnt {
public:
-
+
virtual void setUpBackend(SampleWindow* win, int msaaSampleCount) = 0;