In SkRuntimeEffect, use make_tuple, not make_pair

This was confusing, because the return type is a tuple, so we were
constructing a pair, then move-constructing a tuple from that?

Change-Id: Ief74dcd643780abcd5b32292b8977fb92362c982
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/300648
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
1 file changed