aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-01-08 09:28:23 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-08 09:28:24 -0800
commit2c3176c18fcb0ef1594ca9dfbcabcb5e86086301 (patch)
tree8af383557dff20f0abcd4464aaf7acf05af1b75d /include/core
parente3b38ce43b5c5c6711e9cde4588e2bc15333c780 (diff)
Remove "unused" parameter from filterInputGPU
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkImageFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
index 6ece16c841..e197664294 100644
--- a/include/core/SkImageFilter.h
+++ b/include/core/SkImageFilter.h
@@ -264,7 +264,7 @@ public:
// Otherwise, the filter will be processed in software and
// uploaded to the GPU.
bool filterInputGPU(int index, SkImageFilter::Proxy* proxy, const SkBitmap& src, const Context&,
- SkBitmap* result, SkIPoint* offset, bool relaxSizeConstraint = true) const;
+ SkBitmap* result, SkIPoint* offset) const;
#endif
SK_TO_STRING_PUREVIRT()