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

Unified Diff: public/platform/WebLayer.h

Issue 889453002: Add a WebLayer:setScrollCompensationAdjustment between Blink and CC (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 74bf4978e4e0f83a0095f5f457519a45f76952b6..f5d9c57cca45de108c2c452a41a87966fd7a2c84 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -164,6 +164,7 @@ public:
// Scrolling
virtual void setScrollPositionDouble(WebDoublePoint) = 0;
virtual WebDoublePoint scrollPositionDouble() const = 0;
+ virtual void setScrollPositionFractionalPart(WebDoublePoint) = 0;
// To set a WebLayer as scrollable we must specify the corresponding clip layer.
virtual void setScrollClipLayer(WebLayer*) = 0;

Powered by Google App Engine
This is Rietveld 408576698