Index: samplecode/SampleApp.h |
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h |
index 371133b9a2a88772060b216f1dbc3ff8a62006e2..f4be093a66ee754964f776ce68a268bd4f819f00 100644 |
--- a/samplecode/SampleApp.h |
+++ b/samplecode/SampleApp.h |
@@ -116,7 +116,7 @@ public: |
void draw(SkCanvas*) override; |
void setDeviceType(DeviceType type); |
- void setDeviceColorType(SkColorType, SkColorProfileType); |
+ void setDeviceColorType(SkColorType, sk_sp<SkColorSpace>); |
void toggleRendering(); |
void toggleSlideshow(); |
void toggleFPS(); |