Skip to content

Commit

Permalink
Rebaseline pixel ref for Canvas2DRedBox.
Browse files Browse the repository at this point in the history
It regressed after FCM was enabled on Mac 10.8+ in r294964.

BUG=294964
R=zmo@chromium.org

Review URL: https://codereview.chromium.org/24281003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224174 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
alokp@chromium.org committed Sep 19, 2013
1 parent 9e61b26 commit 742c572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/browser/gpu/gpu_pixel_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MANUAL_CSS3DBlueBox) {
IN_PROC_BROWSER_TEST_F(GpuPixelBrowserTest, MANUAL_Canvas2DRedBoxHD) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
const int64 ref_img_revision_update = 123489;
const int64 ref_img_revision_update = 224170;

const ReferencePixel ref_pixels[] = {
// x, y, r, g, b
Expand Down Expand Up @@ -513,7 +513,7 @@ class GpuPixelTestCanvas2DSD : public GpuPixelBrowserTest {
IN_PROC_BROWSER_TEST_F(GpuPixelTestCanvas2DSD, MANUAL_Canvas2DRedBoxSD) {
// If test baseline needs to be updated after a given revision, update the
// following number. If no revision requirement, then 0.
const int64 ref_img_revision_update = 123489;
const int64 ref_img_revision_update = 224170;

const ReferencePixel ref_pixels[] = {
// x, y, r, g, b
Expand Down

0 comments on commit 742c572

Please sign in to comment.