Chromium Code Reviews| Index: Source/core/html/HTMLDialogElement.h |
| diff --git a/Source/core/html/HTMLDialogElement.h b/Source/core/html/HTMLDialogElement.h |
| index cdfb0c53dee1dcf1e678f955ecd30d7312d23717..5729861b5ed42596edcaaea4be077f2d7a7a824c 100644 |
| --- a/Source/core/html/HTMLDialogElement.h |
| +++ b/Source/core/html/HTMLDialogElement.h |
| @@ -46,6 +46,7 @@ private: |
| virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
| + virtual bool isReparentedByRenderView(const RenderStyle*) const OVERRIDE; |
|
Julien - ping for review
2013/05/01 23:35:48
Not a huge fan of the naming here. How about shoul
falken
2013/05/02 13:11:59
Sounds OK to me.
falken
2013/05/08 08:13:29
Done.
|
| void positionAndReattach(); |
| bool m_topIsValid; |