| Index: third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDialogElement.h b/third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| index 6b92e393ec2bce44761f9054986a996dcba7f2c1..368d3daad039d1b0d94f9a190e228a65c9b14145 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| @@ -73,6 +73,9 @@ class HTMLDialogElement final : public HTMLElement {
|
|
|
| void scheduleCloseEvent();
|
|
|
| + bool supportsFocus() const final;
|
| + int tabIndex() const final;
|
| +
|
| CenteringMode m_centeringMode;
|
| LayoutUnit m_centeredPosition;
|
| String m_returnValue;
|
|
|