| Index: scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
|
| diff --git a/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2 b/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d040ca4c2c8d03b2eb5c71b6104063c549339931
|
| --- /dev/null
|
| +++ b/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
|
| @@ -0,0 +1,13 @@
|
| +Index: webkit/tools/pepper_test_plugin/plugin_object.cc
|
| +===================================================================
|
| +--- webkit/tools/pepper_test_plugin/plugin_object.cc (revision 34298)
|
| ++++ webkit/tools/pepper_test_plugin/plugin_object.cc (working copy)
|
| +@@ -276,7 +276,7 @@
|
| +
|
| + SkBitmap bitmap;
|
| + bitmap.setConfig(SkBitmap::kARGB_8888_Config, window.width, window.height);
|
| +- bitmap.setPixels(context.u.graphicsRgba.region);
|
| ++ bitmap.setPixels(context.region);
|
| +
|
| + SkCanvas canvas(bitmap);
|
| + DrawSampleBitmap(canvas, window.width, window.height);
|
|
|