| Index: cc/layers/layer_impl_unittest.cc
|
| diff --git a/cc/layers/layer_impl_unittest.cc b/cc/layers/layer_impl_unittest.cc
|
| index c43adffcbbd5560ac8673ff9adda5b4fb963e98a..9d90c04928e70527b32e3b3e4b328874106cd638 100644
|
| --- a/cc/layers/layer_impl_unittest.cc
|
| +++ b/cc/layers/layer_impl_unittest.cc
|
| @@ -566,7 +566,9 @@ TEST_F(LayerImplScrollTest, ApplySentScrollsWithAcceptingDelegate) {
|
| EXPECT_VECTOR_EQ(gfx::Vector2d(), layer()->sent_scroll_delta());
|
| }
|
|
|
| -TEST_F(LayerImplScrollTest, ScrollUserUnscrollableLayer) {
|
| +// The user-scrollability breaks for zoomed-in pages. So disable this.
|
| +// http://crbug.com/322223
|
| +TEST_F(LayerImplScrollTest, DISABLED_ScrollUserUnscrollableLayer) {
|
| gfx::Vector2d max_scroll_offset(50, 80);
|
| gfx::Vector2d scroll_offset(10, 5);
|
| gfx::Vector2dF scroll_delta(20.5f, 8.5f);
|
|
|