| commit | 4302ae91b0c97993f7b659474a5fd305921cdc5e | [log] [tgz] |
|---|---|---|
| author | reed <reed@google.com> | Mon Oct 06 12:29:56 2014 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Oct 06 12:29:56 2014 -0700 |
| tree | bab85c4316b7d205deb06e4958fd3aee266c7fed | |
| parent | 3342d1b5a03e816b0ab1a11bf92d2da0f4b5ca4c [diff] [blame] |
add surfaceprops to SkWindow, and 'D' to toggle distancefieldfonts BUG=skia: Review URL: https://codereview.chromium.org/631943002
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h index abb1f24..2e9a11c 100644 --- a/samplecode/SampleApp.h +++ b/samplecode/SampleApp.h
@@ -118,6 +118,7 @@ void toggleSlideshow(); void toggleFPS(); void showOverview(); + void toggleDistanceFieldFonts(); GrContext* getGrContext() const { return fDevManager->getGrContext(); }