Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2

Issue 27575002: Patch path filtering script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Addressed comments Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698