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

Unified Diff: Source/core/layout/LayoutHTMLCanvas.cpp

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better rebasing. 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
« no previous file with comments | « Source/core/layout/LayoutHTMLCanvas.h ('k') | Source/core/layout/LayoutLayerModelObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutHTMLCanvas.cpp
diff --git a/Source/core/layout/LayoutHTMLCanvas.cpp b/Source/core/layout/LayoutHTMLCanvas.cpp
index 3d3553ce40adbbd2a9ef5a6410884e8629f5a2ac..5708367e5f9a725238cebeadd0d5e7df218f313f 100644
--- a/Source/core/layout/LayoutHTMLCanvas.cpp
+++ b/Source/core/layout/LayoutHTMLCanvas.cpp
@@ -81,7 +81,7 @@ void LayoutHTMLCanvas::canvasSizeChanged()
setNeedsLayout();
}
-PaintInvalidationReason LayoutHTMLCanvas::invalidatePaintIfNeeded(const PaintInvalidationState& paintInvalidationState, const LayoutLayerModelObject& paintInvalidationContainer)
+PaintInvalidationReason LayoutHTMLCanvas::invalidatePaintIfNeeded(const PaintInvalidationState& paintInvalidationState, const LayoutBoxModelObject& paintInvalidationContainer)
{
PaintInvalidationReason reason = RenderBox::invalidatePaintIfNeeded(paintInvalidationState, paintInvalidationContainer);
HTMLCanvasElement* element = toHTMLCanvasElement(node());
« no previous file with comments | « Source/core/layout/LayoutHTMLCanvas.h ('k') | Source/core/layout/LayoutLayerModelObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698