| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 5de0d9a8845c1945d9ce9d6ab06b63b022186872..97fd2053b9dea339a020faa858f9f81a700617de 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -667,7 +667,7 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
| bool have_wheel_event_handlers_ : 1;
|
| bool have_scroll_event_handlers_ : 1;
|
|
|
| - static_assert(SCROLL_BLOCKS_ON_MAX < (1 << 3), "ScrollBlocksOn too big");
|
| + static_assert(ScrollBlocksOnMax < (1 << 3), "ScrollBlocksOn too big");
|
| ScrollBlocksOn scroll_blocks_on_ : 3;
|
|
|
| bool user_scrollable_horizontal_ : 1;
|
|
|