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

Unified Diff: cc/blink/web_layer_impl.h

Issue 2767213003: First Implementation of Snapped Points
Patch Set: Rebase and format Created 3 years, 6 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 | « cc/BUILD.gn ('k') | cc/blink/web_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_layer_impl.h
diff --git a/cc/blink/web_layer_impl.h b/cc/blink/web_layer_impl.h
index 2cb948e42914e133a75e0e084e647302d510b125..70af50bdda4edd5952a6346300178f5f6cd2224c 100644
--- a/cc/blink/web_layer_impl.h
+++ b/cc/blink/web_layer_impl.h
@@ -118,6 +118,7 @@ class CC_BLINK_EXPORT WebLayerImpl : public NON_EXPORTED_BASE(blink::WebLayer) {
blink::WebLayerStickyPositionConstraint StickyPositionConstraint()
const override;
void SetScrollClient(blink::WebLayerScrollClient* client) override;
+ void SetScrollSnapOffsets(const blink::WebSnapPointList&) override;
void SetLayerClient(cc::LayerClient* client) override;
const cc::Layer* CcLayer() const override;
cc::Layer* CcLayer() override;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/blink/web_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698