| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index cb76b46769dc7bb82f0c7cedf9e4fe06a326d402..f18e3b865409bd20d0c17468d03396cca14c09b0 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -545,9 +545,6 @@ void LayerTreeHost::SetAnimationEvents(scoped_ptr<AnimationEventsVector> events,
|
| case AnimationEvent::PropertyUpdate:
|
| (*iter).second->NotifyAnimationPropertyUpdate((*events)[event_index]);
|
| break;
|
| -
|
| - default:
|
| - NOTREACHED();
|
| }
|
| }
|
| }
|
|
|