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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp

Issue 2860293002: Change cc::ElementId to be a uint64_t (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/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp
index 19860120f8e55b2af47294b87adf2defd184e167..cfafce5c07e07e41bb884e1828f69f4616c71663 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.cpp
@@ -180,7 +180,7 @@ void ScrollAnimatorCompositorCoordinator::CompositorAnimationFinished(
bool ScrollAnimatorCompositorCoordinator::ReattachCompositorPlayerIfNeeded(
CompositorAnimationTimeline* timeline) {
bool reattached = false;
- CompositorElementId compositor_animation_attached_to_element_id;
+ CompositorElementId compositor_animation_attached_to_element_id = 0;
if (GetScrollableArea()->LayerForScrolling()) {
compositor_animation_attached_to_element_id = GetScrollableArea()
->LayerForScrolling()

Powered by Google App Engine
This is Rietveld 408576698