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

Unified Diff: webkit/compositor_bindings/web_layer_impl.h

Issue 12552004: Support bottom-right anchored fixed-position elements during a pinch gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reupload the same thing Created 7 years, 9 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: webkit/compositor_bindings/web_layer_impl.h
diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
index cb116b58ba90074a3324f5cc06029e898ed40b72..276e657826e699c83992a0801d6d9e0e2da2897f 100644
--- a/webkit/compositor_bindings/web_layer_impl.h
+++ b/webkit/compositor_bindings/web_layer_impl.h
@@ -95,6 +95,10 @@ class WebLayerImpl : public WebLayer {
virtual bool isContainerForFixedPositionLayers() const;
virtual void setFixedToContainerLayer(bool) OVERRIDE;
virtual bool fixedToContainerLayer() const;
+ virtual void setFixedToRightEdge(bool) OVERRIDE;
+ virtual bool fixedToRightEdge() const OVERRIDE;
+ virtual void setFixedToBottomEdge(bool) OVERRIDE;
+ virtual bool fixedToBottomEdge() const OVERRIDE;
virtual void setScrollClient(WebLayerScrollClient*) OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698