Index: third_party/WebKit/Source/platform/graphics/CompositorElementId.h |
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h |
index 7a17e46a932681b5b9bdd6454c6d20fa3ae7f409..1f92bafaa806c174c37f580fbb9bf744b58b6ada 100644 |
--- a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h |
+++ b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h |
@@ -17,13 +17,14 @@ enum class CompositorSubElementId { |
kPrimary, |
kScroll, |
kViewport, |
- kLinkHighlight |
+ kLinkHighlight, |
+ kScrollbar |
}; |
using CompositorElementId = cc::ElementId; |
CompositorElementId PLATFORM_EXPORT |
-CreateCompositorElementId(int dom_node_id, CompositorSubElementId); |
+CreateCompositorElementId(int blink_id, CompositorSubElementId); |
// Note cc::ElementId has a hash function already implemented via |
// ElementIdHash::operator(). However for consistency's sake we choose to use |