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

Unified Diff: public/platform/WebLayerTreeView.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/web/PinchViewports.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index 582e5255310d734ae800e91b2344a55b3872f30d..0c67c2e5f720df158a132d7e92b1c5d62eae4c0d 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -123,7 +123,7 @@ public:
// Identify key layers to the compositor when using the pinch virtual viewport.
virtual void registerPinchViewportLayers(
- const WebLayer* innerViewportClipLayer,
+ const WebLayer* innerViewportContainerLayer,
const WebLayer* pageScaleLayerLayer,
const WebLayer* innerViewportScrollLayer,
const WebLayer* outerViewportScrollLayer,
« no previous file with comments | « Source/web/PinchViewports.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698