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

Unified Diff: Source/core/rendering/RenderObject.h

Issue 179833006: Fix clippingContainer for fixed position elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add transform with overflow hidden test case Created 6 years, 10 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/rendering/RenderObject.h
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
index 399c0380079a52efb44ec07c23aca9afcdf972da..6b351b1fc616d11469f2f5c413b149b312cf8ad4 100644
--- a/Source/core/rendering/RenderObject.h
+++ b/Source/core/rendering/RenderObject.h
@@ -706,7 +706,7 @@ public:
// returns the containing block level element for this element.
RenderBlock* containingBlock() const;
- RenderObject* clippingContainer() const;
+ RenderObject* clippingContainer();
bool canContainFixedPositionObjects() const
{

Powered by Google App Engine
This is Rietveld 408576698