| 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 76d2586d5ab1e331f0b57252f44f2c90493b4ea2..3f4d9f3b3b24427b52fc63df31911c794c725686 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -enum class CompositorSubElementId { Primary, Scroll, LinkHighlight };
|
| +enum class CompositorSubElementId { Primary, Scroll, Viewport, LinkHighlight };
|
|
|
| using CompositorElementId = cc::ElementId;
|
|
|
|
|