Replace SkPictureReplacementPlayback with GrRecordReplaceDraw

I think this is sufficiently specialized to keep it in Ganesh for the time being.

R=bsalomon@google.com, mtklein@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/535953002
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index df8ff47..e370837 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -166,6 +166,7 @@
     '../tests/ReadWriteAlphaTest.cpp',
     '../tests/Reader32Test.cpp',
     '../tests/RecordDrawTest.cpp',
+    '../tests/RecordReplaceDrawTest.cpp',
     '../tests/RecordOptsTest.cpp',
     '../tests/RecordPatternTest.cpp',
     '../tests/RecordTest.cpp',