| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| index 9d085807f3fa92e5b0473cbdd21fe0edef48e5b2..f65d8c4885a474b681386f74dd96191fda92944f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -99,10 +99,10 @@ TEST_F(CompositorMutableStateTest, MutableStateMutableProperties) {
|
|
|
| SetLayerPropertiesForTesting(layer);
|
|
|
| - int primary_id = 12;
|
| - root->SetElementId(CompositorElementIdFromDOMNodeId(
|
| + uint64_t primary_id = 12;
|
| + root->SetElementId(CompositorElementIdFromPaintLayerId(
|
| primary_id, CompositorElementIdNamespace::kPrimary));
|
| - layer->SetElementId(CompositorElementIdFromDOMNodeId(
|
| + layer->SetElementId(CompositorElementIdFromPaintLayerId(
|
| primary_id, CompositorElementIdNamespace::kScroll));
|
|
|
| root->SetMutableProperties(CompositorMutableProperty::kOpacity |
|
|
|