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

Unified Diff: Source/core/html/HTMLCanvasElement.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (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/html/HTMLCanvasElement.h
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
index 6be415675562c61434087b735b415dd7f89d6e67..e8afdf2de1afae6efbb22e9475570647fa5f1eb0 100644
--- a/Source/core/html/HTMLCanvasElement.h
+++ b/Source/core/html/HTMLCanvasElement.h
@@ -171,7 +171,7 @@ private:
explicit HTMLCanvasElement(Document&);
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
- virtual RenderObject* createRenderer(RenderStyle*) override;
+ virtual LayoutObject* createRenderer(RenderStyle*) override;
virtual void didRecalcStyle(StyleRecalcChange) override;
virtual bool areAuthorShadowsAllowed() const override { return false; }

Powered by Google App Engine
This is Rietveld 408576698