| Index: third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| index f03ce86208302697e25065fe70c4bc9d84f14a4c..f09e7063da20dacc18a3cafb8535da82a43cfc0c 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.cpp
|
| @@ -112,6 +112,12 @@ const AtomicString& sliderTrack()
|
| return name;
|
| }
|
|
|
| +const AtomicString& sliderContainer()
|
| +{
|
| + DEFINE_STATIC_LOCAL(AtomicString, name, ("container"));
|
| + return name;
|
| +}
|
| +
|
| const AtomicString& textFieldContainer()
|
| {
|
| DEFINE_STATIC_LOCAL(AtomicString, name, ("text-field-container"));
|
|
|