Index: tools/viewer/sk_app/WindowContext.h |
diff --git a/tools/viewer/sk_app/WindowContext.h b/tools/viewer/sk_app/WindowContext.h |
index 5811bedd32876216c6d2e2fa7ad123869e181c30..218cfc5d50c71331880dd0f2b52bbe8297554803 100644 |
--- a/tools/viewer/sk_app/WindowContext.h |
+++ b/tools/viewer/sk_app/WindowContext.h |
@@ -28,6 +28,9 @@ public: |
virtual void resize(uint32_t w, uint32_t h) = 0; |
+ virtual bool getSRGB() = 0; |
+ virtual void setSRGB(bool srgb) = 0; |
+ |
virtual GrBackendContext getBackendContext() = 0; |
}; |