Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp

Issue 2615773003: Replace LayerImpl::sorting_context_id with transform reference. (Closed)
Patch Set: Update tests. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698