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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.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/paint/PaintPropertyTreeBuilder.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
index 206782a6454c44ec37bdf59615489fea93970959..3f9a92ddb8f18cfa15be3705912948d9eaa169a6 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
@@ -77,7 +77,7 @@ static CompositorElementId CreateDomNodeBasedCompositorElementId(
// TODO(wkorman): Centralize this implementation with similar across
// animation, scrolling and compositing logic.
return CreateCompositorElementId(DOMNodeIds::IdForNode(object.GetNode()),
- CompositorSubElementId::kPrimary);
+ CompositorElementIdNamespace::kPrimary);
}
// True if a new property was created or a main thread scrolling reason changed

Powered by Google App Engine
This is Rietveld 408576698