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

Unified Diff: Source/core/rendering/RenderLayerCompositor.cpp

Issue 138453004: Pinch/Zoom Infrastructure & Plumbing CL (Prequel) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use setContentsRect() instead of directly accessing contentLayer bounds. Created 6 years, 11 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/RenderLayerCompositor.h ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderLayerCompositor.cpp
diff --git a/Source/core/rendering/RenderLayerCompositor.cpp b/Source/core/rendering/RenderLayerCompositor.cpp
index 8bfbc8c19e7e815f832e853742fb75d56addd725..a1750754287ea69e72da93f441fed73ee1afd57c 100644
--- a/Source/core/rendering/RenderLayerCompositor.cpp
+++ b/Source/core/rendering/RenderLayerCompositor.cpp
@@ -1573,6 +1573,11 @@ GraphicsLayer* RenderLayerCompositor::scrollLayer() const
return m_scrollLayer.get();
}
+GraphicsLayer* RenderLayerCompositor::containerLayer() const
+{
+ return m_containerLayer.get();
+}
+
void RenderLayerCompositor::setIsInWindow(bool isInWindow)
{
if (!inCompositingMode())
« no previous file with comments | « Source/core/rendering/RenderLayerCompositor.h ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698