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

Unified Diff: trunk/Source/core/frame/FrameView.cpp

Issue 457653002: Revert 179762 "Allow paint invalidation containers to cross fram..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | trunk/Source/core/rendering/RenderLayerRepainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/frame/FrameView.cpp
===================================================================
--- trunk/Source/core/frame/FrameView.cpp (revision 179815)
+++ trunk/Source/core/frame/FrameView.cpp (working copy)
@@ -1626,7 +1626,7 @@
void FrameView::contentRectangleForPaintInvalidation(const IntRect& r)
{
ASSERT(paintInvalidationIsAllowed());
- ASSERT(!m_frame->ownerRenderer());
+ ASSERT(!m_frame->owner());
if (m_isTrackingPaintInvalidations) {
IntRect paintInvalidationRect = r;
« no previous file with comments | « no previous file | trunk/Source/core/rendering/RenderLayerRepainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698