Chromium Code Reviews| Index: samplecode/SampleApp.h |
| diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h |
| index 56cf98428bfb6acc800d81c3c714ff737b793e30..d4157fa415ff5d4d766bb06656857c355d152e40 100644 |
| --- a/samplecode/SampleApp.h |
| +++ b/samplecode/SampleApp.h |
| @@ -118,6 +118,7 @@ public: |
| void draw(SkCanvas*) override; |
| void setDeviceType(DeviceType type); |
| + void setDeviceColorType(SkColorType, SkColorProfileType); |
| void toggleRendering(); |
| void toggleSlideshow(); |
| void toggleFPS(); |