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

Unified Diff: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h

Issue 295193002: Get rid of graphics layer anchor points, and replace with transform origin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit. Created 6 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
Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
diff --git a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
index f338cdead7a6d64a7346f4212becd364c6f3ddf3..fbd709d66e7e6efc3429f6433531541714a442a5 100644
--- a/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
+++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
@@ -25,7 +25,8 @@ class WebLayerImplFixedBounds : public WebLayerImpl {
// WebLayerImpl overrides.
virtual void invalidateRect(const blink::WebFloatRect& rect);
- virtual void setAnchorPoint(const blink::WebFloatPoint& anchor_point);
+ virtual void setTransformOrigin(
+ const blink::WebFloatPoint3D& transform_origin);
virtual void setBounds(const blink::WebSize& bounds);
virtual blink::WebSize bounds() const;
virtual void setTransform(const SkMatrix44& transform);

Powered by Google App Engine
This is Rietveld 408576698