| 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 420a01290ea5e7e9e92a2e2ad84fc31a057c6883..95ad341795d5e073184585b32d26b3e8a5a8ab20 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp
|
| @@ -45,7 +45,6 @@ class CompositorMutableStateTest : public testing::Test {
|
| layer->test_properties()->transform = gfx::Transform();
|
| layer->SetPosition(gfx::PointF());
|
| layer->SetBounds(gfx::Size(100, 100));
|
| - layer->Set3dSortingContextId(0);
|
| layer->SetDrawsContent(true);
|
| }
|
|
|
|
|