| 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 cdd96944d3dde33bd3405c6ee04634070b4907c6..b2f5fbe3018783e433452007272ca57d52c857b6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDialogElement.h
|
| @@ -69,6 +69,8 @@ private:
|
|
|
| void forceLayoutForCentering();
|
|
|
| + void scheduleCloseEvent();
|
| +
|
| CenteringMode m_centeringMode;
|
| LayoutUnit m_centeredPosition;
|
| String m_returnValue;
|
|
|