From d982eb22d7bce655a609e9b481b3ddfeff361067 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Wed, 3 Sep 2014 11:04:30 -0700 Subject: 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 --- gyp/gpu.gypi | 2 ++ gyp/tests.gypi | 1 + 2 files changed, 3 insertions(+) (limited to 'gyp') diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index ed056605d1..6945eed5c1 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -107,6 +107,8 @@ '<(skia_src_path)/gpu/GrPictureUtils.h', '<(skia_src_path)/gpu/GrPictureUtils.cpp', '<(skia_src_path)/gpu/GrPlotMgr.h', + '<(skia_src_path)/gpu/GrRecordReplaceDraw.cpp', + '<(skia_src_path)/gpu/GrRecordReplaceDraw.h', '<(skia_src_path)/gpu/GrRectanizer.h', '<(skia_src_path)/gpu/GrRectanizer_pow2.cpp', '<(skia_src_path)/gpu/GrRectanizer_pow2.h', diff --git a/gyp/tests.gypi b/gyp/tests.gypi index df8ff47d79..e37083706f 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', -- cgit v1.2.3