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

Unified Diff: third_party/WebKit/WebCore/rendering/RenderButton.cpp

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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: third_party/WebKit/WebCore/rendering/RenderButton.cpp
===================================================================
--- third_party/WebKit/WebCore/rendering/RenderButton.cpp (revision 9118)
+++ third_party/WebKit/WebCore/rendering/RenderButton.cpp (working copy)
@@ -164,9 +164,9 @@
void RenderButton::updateBeforeAfterContent(RenderStyle::PseudoId type)
{
if (m_inner)
- m_inner->updateBeforeAfterContentForContainer(type, this);
+ m_inner->children()->updateBeforeAfterContent(m_inner, type, this);
else
- updateBeforeAfterContentForContainer(type, this);
+ children()->updateBeforeAfterContent(this, type);
}
IntRect RenderButton::controlClipRect(int tx, int ty) const
« no previous file with comments | « third_party/WebKit/WebCore/rendering/RenderBox.cpp ('k') | third_party/WebKit/WebCore/rendering/RenderContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698