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

Unified Diff: Source/core/layout/LayoutTableCol.h

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/layout/LayoutTableCol.h
diff --git a/Source/core/layout/LayoutTableCol.h b/Source/core/layout/LayoutTableCol.h
index d739a34b36a1e52281f8143669a2869264b4e052..717a34d27d882d5833a33ed2bfe17784847268a2 100644
--- a/Source/core/layout/LayoutTableCol.h
+++ b/Source/core/layout/LayoutTableCol.h
@@ -94,7 +94,7 @@ private:
virtual bool canHaveChildren() const override;
virtual LayerType layerTypeRequired() const override { return NoLayer; }
- virtual LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const override;
+ virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const override;
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override;
virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;

Powered by Google App Engine
This is Rietveld 408576698