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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTest.cpp

Issue 2877033002: Fix cc scrollbar layer issues with initialization, and use element ids throughout. (Closed)
Patch Set: none Created 3 years, 7 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/core/animation/AnimationTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
index 1f653a5892b16b998aad84948b005e44cd6ee7ce..0dd77fd51e351334ebb08ff741767e761c0be3a5 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
@@ -797,8 +797,9 @@ TEST_F(AnimationAnimationTest, NoCompositeWithoutCompositedElementId) {
Optional<CompositorElementIdSet> composited_element_ids =
CompositorElementIdSet();
CompositorElementId expected_compositor_element_id =
- CreateCompositorElementId(DOMNodeIds::IdForNode(element_composited),
- CompositorSubElementId::kPrimary);
+ CompositorElementIdFromDOMNodeId(
+ DOMNodeIds::IdForNode(element_composited),
+ CompositorElementIdNamespace::kPrimary);
composited_element_ids->insert(expected_compositor_element_id);
Timing timing;

Powered by Google App Engine
This is Rietveld 408576698