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

Unified Diff: Source/web/WebViewImpl.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/web/WebSurroundingText.cpp ('k') | Source/web/mac/WebSubstringUtil.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 71b6a91818c3a3c8dac4c2abad348e4992ba9f03..053433a11d0ec274c89aaecb1fd570c483625943 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -3503,7 +3503,7 @@ void WebViewImpl::performPluginAction(const WebPluginAction& action,
if (!isHTMLObjectElement(*node) && !isHTMLEmbedElement(*node))
return;
- RenderObject* object = node->renderer();
+ LayoutObject* object = node->renderer();
if (object && object->isRenderPart()) {
Widget* widget = toRenderPart(object)->widget();
if (widget && widget->isPluginContainer()) {
« no previous file with comments | « Source/web/WebSurroundingText.cpp ('k') | Source/web/mac/WebSubstringUtil.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698