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

Unified Diff: Source/web/PinchViewports.h

Issue 19019004: Set root clip layer not to maskToBounds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another ClipLayer rename Created 7 years, 5 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.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PinchViewports.h
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h
index f1dbf6ecdc10d54aee93df43a493e82caa9d9ac4..35a41c43a78b36f08d99fa6d042fa897383d6311 100644
--- a/Source/web/PinchViewports.h
+++ b/Source/web/PinchViewports.h
@@ -59,7 +59,7 @@ public:
void setOverflowControlsHostLayer(WebCore::GraphicsLayer*);
WebCore::GraphicsLayer* rootGraphicsLayer()
{
- return m_innerViewportClipLayer.get();
+ return m_innerViewportContainerLayer.get();
}
void setViewportSize(const WebCore::IntSize&);
@@ -76,7 +76,7 @@ private:
void setupScrollbar(WebKit::WebScrollbar::Orientation);
WebViewImpl* m_owner;
- OwnPtr<WebCore::GraphicsLayer> m_innerViewportClipLayer;
+ OwnPtr<WebCore::GraphicsLayer> m_innerViewportContainerLayer;
OwnPtr<WebCore::GraphicsLayer> m_pageScaleLayer;
OwnPtr<WebCore::GraphicsLayer> m_innerViewportScrollLayer;
OwnPtr<WebCore::GraphicsLayer> m_overlayScrollbarHorizontal;
« no previous file with comments | « Source/core/rendering/RenderLayerCompositor.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698