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

Unified Diff: public/platform/WebLayerTreeView.h

Issue 23464035: Create Pinch Virtual Viewport scrollbar layers in Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase, fix include order. Created 7 years, 3 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/WebViewImpl.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 0c67c2e5f720df158a132d7e92b1c5d62eae4c0d..a5d1aa6f6b43468b3d9155b19a76af449381254e 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -122,14 +122,11 @@ public:
virtual void registerForAnimations(WebLayer* layer) { }
// Identify key layers to the compositor when using the pinch virtual viewport.
- virtual void registerPinchViewportLayers(
- const WebLayer* innerViewportContainerLayer,
+ virtual void registerViewportLayers(
const WebLayer* pageScaleLayerLayer,
const WebLayer* innerViewportScrollLayer,
- const WebLayer* outerViewportScrollLayer,
- const WebLayer* innerViewportHorizontalScrollbarLayer,
- const WebLayer* innerViewportVerticalScrollbarLayer) { }
- virtual void clearPinchViewportLayers() { }
+ const WebLayer* outerViewportScrollLayer) { }
+ virtual void clearViewportLayers() { }
// Debugging / dangerous ---------------------------------------------
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698