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

Unified Diff: Source/web/WebFrameWidgetImpl.cpp

Issue 898783003: Move rendering/RenderLayer* to layout/ (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/WebFrameWidgetImpl.h ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebFrameWidgetImpl.cpp
diff --git a/Source/web/WebFrameWidgetImpl.cpp b/Source/web/WebFrameWidgetImpl.cpp
index 479e656fe57db072a07151597ac65bdfe34f65f6..df861ab42c9374debbbb3dc1fdb3eef2367b3741 100644
--- a/Source/web/WebFrameWidgetImpl.cpp
+++ b/Source/web/WebFrameWidgetImpl.cpp
@@ -38,7 +38,7 @@
#include "core/frame/FrameView.h"
#include "core/frame/RemoteFrame.h"
#include "core/frame/Settings.h"
-#include "core/layout/compositing/RenderLayerCompositor.h"
+#include "core/layout/compositing/LayerCompositor.h"
#include "core/page/EventHandler.h"
#include "core/page/FocusController.h"
#include "core/page/Page.h"
@@ -972,7 +972,7 @@ void WebFrameWidgetImpl::setIsAcceleratedCompositingActive(bool active)
m_localRoot->frameView()->setClipsRepaints(!m_isAcceleratedCompositingActive);
}
-RenderLayerCompositor* WebFrameWidgetImpl::compositor() const
+LayerCompositor* WebFrameWidgetImpl::compositor() const
{
LocalFrame* frame = toLocalFrame(toCoreFrame(m_localRoot));
if (!frame || !frame->document() || !frame->document()->renderView())
« no previous file with comments | « Source/web/WebFrameWidgetImpl.h ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698