| Index: third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| index 38f110ce337c6b98b4172d0b6f951c8f42127be4..84fef84a66302c6e778511f3c868dc0bf86ca061 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXProgressIndicator.h
|
| @@ -30,6 +30,8 @@ class HTMLProgressElement;
|
| class LayoutProgress;
|
|
|
| class AXProgressIndicator final : public AXLayoutObject {
|
| + WTF_MAKE_NONCOPYABLE(AXProgressIndicator);
|
| +
|
| public:
|
| static AXProgressIndicator* create(LayoutProgress*, AXObjectCacheImpl&);
|
|
|
|
|