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