aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Request.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-06-24 18:14:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-24 18:14:07 -0700
commita84d6606f5f53b8e1a42d55676e4f1ea47be5575 (patch)
treeee13ed80beac1f415ddd4374a3b9cf008d8ca18c /tools/skiaserve/Request.h
parentf8c2be3fbccc4be0ccfce25327200e07fc99fd1f (diff)
remove experimental treat-skcolor-as-srgb flag
Diffstat (limited to 'tools/skiaserve/Request.h')
-rw-r--r--tools/skiaserve/Request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/skiaserve/Request.h b/tools/skiaserve/Request.h
index 6cb969170d..f3af6b72ee 100644
--- a/tools/skiaserve/Request.h
+++ b/tools/skiaserve/Request.h
@@ -42,7 +42,6 @@ struct Request {
SkBitmap* getBitmapFromCanvas(SkCanvas* canvas);
bool enableGPU(bool enable);
bool setColorMode(int mode);
- bool setSRGBMode(bool enable);
bool hasPicture() const { return SkToBool(fPicture.get()); }
int getLastOp() const { return fDebugCanvas->getSize() - 1; }