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

Unified Diff: Source/core/layout/LayoutHTMLCanvas.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/LayoutHTMLCanvas.h
diff --git a/Source/core/layout/LayoutHTMLCanvas.h b/Source/core/layout/LayoutHTMLCanvas.h
index 60aeb9807510e6c8ad4a4a7523f0a6e918a162f0..c6f6560dee3fa93891b3fe461ed70311bd6dd875 100644
--- a/Source/core/layout/LayoutHTMLCanvas.h
+++ b/Source/core/layout/LayoutHTMLCanvas.h
@@ -38,7 +38,7 @@ public:
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectCanvas || LayoutReplaced::isOfType(type); }
virtual LayerType layerTypeRequired() const override;
- virtual PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const LayoutLayerModelObject&) override final;
+ virtual PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&, const RenderBoxModelObject&) override final;
void canvasSizeChanged();

Powered by Google App Engine
This is Rietveld 408576698