Chromium Code Reviews| Index: cc/layers/layer.cc |
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
| index 92492afa97d7fdc4e30719125a8cb325a2227f81..c0687de426dc8d62aca496b0d7cf3a3ff5aeb4d3 100644 |
| --- a/cc/layers/layer.cc |
| +++ b/cc/layers/layer.cc |
| @@ -1717,7 +1717,7 @@ void Layer::RunMicroBenchmark(MicroBenchmark* benchmark) { |
| benchmark->RunOnLayer(this); |
| } |
| -void Layer::SetElementId(uint64_t id) { |
| +void Layer::SetElementId(ElementId id) { |
| DCHECK(IsPropertyChangeAllowed()); |
| if (element_id_ == id) |
| return; |