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

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

Issue 21165: Revert the merge. Mac build is mysteriously broken. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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: third_party/WebKit/WebCore/rendering/RenderTableCell.cpp
===================================================================
--- third_party/WebKit/WebCore/rendering/RenderTableCell.cpp (revision 9383)
+++ third_party/WebKit/WebCore/rendering/RenderTableCell.cpp (working copy)
@@ -153,7 +153,7 @@
RenderBlock::setOverrideSize(size);
}
-IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
+IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBox* repaintContainer)
{
// If the table grid is dirty, we cannot get reliable information about adjoining cells,
// so we ignore outside borders. This should not be a problem because it means that
@@ -205,7 +205,7 @@
return r;
}
-void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed)
+void RenderTableCell::computeRectForRepaint(RenderBox* repaintContainer, IntRect& r, bool fixed)
{
if (repaintContainer == this)
return;
@@ -236,7 +236,7 @@
return localPoint;
}
-FloatQuad RenderTableCell::localToContainerQuad(const FloatQuad& localQuad, RenderBoxModelObject* repaintContainer, bool fixed) const
+FloatQuad RenderTableCell::localToContainerQuad(const FloatQuad& localQuad, RenderBox* repaintContainer, bool fixed) const
{
if (repaintContainer == this)
return localQuad;
« no previous file with comments | « third_party/WebKit/WebCore/rendering/RenderTableCell.h ('k') | third_party/WebKit/WebCore/rendering/RenderTableCol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698