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

Unified Diff: Source/core/rendering/RenderMedia.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
« no previous file with comments | « Source/core/rendering/RenderMedia.h ('k') | Source/core/rendering/RenderMediaControls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderMedia.cpp
diff --git a/Source/core/rendering/RenderMedia.cpp b/Source/core/rendering/RenderMedia.cpp
index 6ff5a3ed2dc878f748f5f2ffcd69fbd7c4432328..b99aca9ca1b9f905ffebb65d30364be89dddc9ee 100644
--- a/Source/core/rendering/RenderMedia.cpp
+++ b/Source/core/rendering/RenderMedia.cpp
@@ -71,7 +71,7 @@ void RenderMedia::layout()
clearNeedsLayout();
}
-bool RenderMedia::isChildAllowed(RenderObject* child, const RenderStyle&) const
+bool RenderMedia::isChildAllowed(LayoutObject* child, const RenderStyle&) const
{
// The only allowed child is the media controls. The user agent stylesheet
// (mediaControls.css) has ::-webkit-media-controls { display: flex; }. If
« no previous file with comments | « Source/core/rendering/RenderMedia.h ('k') | Source/core/rendering/RenderMediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698