Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: Source/core/html/HTMLDialogElement.h

Issue 14373010: Make abspos <dialog>'s containing block be the ICB. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698