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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h

Issue 2886243004: Refactor RegisterViewportLayers to use a struct instead of 6 values (Closed)
Patch Set: CC_EXPORT ViewportLayers to make the Windows compile+link happy. 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
Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
index 2112685523055778d7fdf5ae60f8053131c22416..c06b6a7bfaa9b10ad71745570619a1ed91c7f856 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
@@ -58,6 +58,7 @@ class WebLayerTreeViewImplForTesting
void SetNeedsBeginFrame() override;
void DidStopFlinging() override;
void SetDeferCommits(bool) override;
+ // TODO(pdr): Refactor to use a struct like LayerTreeHost::ViewportLayers.
void RegisterViewportLayers(
const blink::WebLayer* overscroll_elasticity_layer,
const blink::WebLayer* page_scale_layer_layer,

Powered by Google App Engine
This is Rietveld 408576698