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

Unified Diff: third_party/WebKit/public/platform/WebLayerTreeView.h

Issue 2887053002: Remove scroll_clip_layer dependency from viewport layer tracking (Closed)
Patch Set: Cleanup return stmt Created 3 years, 7 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 | « third_party/WebKit/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: third_party/WebKit/public/platform/WebLayerTreeView.h
diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
index 19e128c17a1b67630898daa304a1f389d136dd32..494c896350bfdd7b732d3fe196d23ca957fd8d81 100644
--- a/third_party/WebKit/public/platform/WebLayerTreeView.h
+++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
@@ -139,6 +139,8 @@ class WebLayerTreeView {
virtual void RegisterViewportLayers(
const WebLayer* overscroll_elasticity_layer,
const WebLayer* page_scale_layer,
+ const WebLayer* inner_viewport_container_layer,
+ const WebLayer* outer_viewport_container_layer,
const WebLayer* inner_viewport_scroll_layer,
const WebLayer* outer_viewport_scroll_layer) {}
virtual void ClearViewportLayers() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698