diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 17:46:27 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 17:46:27 +0000 |
commit | 05e2e0ea78f27efbc3ad11c2ae60d044f0df5959 (patch) | |
tree | 7cf0af83d10a5a27c3e958d9cdc6d195cc954ece /cc | |
parent | 25c9d8ef76ba65b2f048c042ff1d464823f1fb3a (diff) | |
download | chromium_src-05e2e0ea78f27efbc3ad11c2ae60d044f0df5959.zip chromium_src-05e2e0ea78f27efbc3ad11c2ae60d044f0df5959.tar.gz chromium_src-05e2e0ea78f27efbc3ad11c2ae60d044f0df5959.tar.bz2 |
cc: Pixel rebaselines for https://chromiumcodereview.appspot.com/17018002/
TBR=piman
BUG=242571
Review URL: https://codereview.chromium.org/17140004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
-rw-r--r-- | cc/test/data/background_filter_blur_off_axis.png | bin | 7222 -> 7227 bytes | |||
-rw-r--r-- | cc/trees/layer_tree_host_pixeltest_filters.cc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/data/background_filter_blur_off_axis.png b/cc/test/data/background_filter_blur_off_axis.png Binary files differindex c90f4e6..a59ffa9 100644 --- a/cc/test/data/background_filter_blur_off_axis.png +++ b/cc/test/data/background_filter_blur_off_axis.png diff --git a/cc/trees/layer_tree_host_pixeltest_filters.cc b/cc/trees/layer_tree_host_pixeltest_filters.cc index 3c7e346..5383bfd1 100644 --- a/cc/trees/layer_tree_host_pixeltest_filters.cc +++ b/cc/trees/layer_tree_host_pixeltest_filters.cc @@ -60,7 +60,7 @@ TEST_F(LayerTreeHostFiltersPixelTest, BackgroundFilterBlurOutsets) { "background_filter_blur_outsets.png"))); } -TEST_F(LayerTreeHostFiltersPixelTest, BackgroundFilterBlurOffAxis) { +TEST_F(LayerTreeHostFiltersPixelTest, DISABLED_BackgroundFilterBlurOffAxis) { scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( gfx::Rect(200, 200), SK_ColorWHITE); |