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

Unified Diff: Source/WebCore/rendering/RenderDialog.h

Issue 13792002: Fix <dialog> centering (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/WebCore/rendering/RenderDialog.h
diff --git a/Source/WebCore/rendering/RenderDialog.h b/Source/WebCore/rendering/RenderDialog.h
index a672c06b8752cd041b3d747f82d028edf4ea0568..1c54b6797aa8851767a6a75b193e9041e5258888 100644
--- a/Source/WebCore/rendering/RenderDialog.h
+++ b/Source/WebCore/rendering/RenderDialog.h
@@ -46,6 +46,8 @@ public:
private:
virtual const char* renderName() const { return "RenderDialog"; }
virtual bool isDialog() const OVERRIDE { return true; }
+
+ LayoutUnit m_staticBlockPos;
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698