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

Unified Diff: Source/core/html/HTMLVideoElement.cpp

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/HTMLVideoElement.cpp
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp
index 6cc6ced7e14dd090793419470cf1a2d6bda3dba3..ec0ad8faddc6bd2ce477c4862c8a14b822ac7c61 100644
--- a/Source/core/html/HTMLVideoElement.cpp
+++ b/Source/core/html/HTMLVideoElement.cpp
@@ -76,7 +76,7 @@ bool HTMLVideoElement::rendererIsNeeded(const RenderStyle& style)
return HTMLElement::rendererIsNeeded(style);
}
-RenderObject* HTMLVideoElement::createRenderer(RenderStyle*)
+LayoutObject* HTMLVideoElement::createRenderer(RenderStyle*)
{
return new RenderVideo(this);
}

Powered by Google App Engine
This is Rietveld 408576698