Index: cc/page_scale_animation.h |
diff --git a/cc/page_scale_animation.h b/cc/page_scale_animation.h |
index 2d8f6d568705dfc05c8e2762f853dd8c330e7639..fe09d5b55f9c0b4c7d7e8d3fa97335847f92bce4 100644 |
--- a/cc/page_scale_animation.h |
+++ b/cc/page_scale_animation.h |
@@ -58,9 +58,11 @@ private: |
void clampTargetScrollOffset(); |
void inferTargetScrollOffsetFromStartAnchor(); |
void inferTargetAnchorFromScrollOffsets(); |
- gfx::SizeF viewportSizeAtScale(float pageScaleFactor) const; |
+ gfx::SizeF startViewportSize() const; |
+ gfx::SizeF targetViewportSize() const; |
float interpAtTime(double time) const; |
+ gfx::SizeF viewportSizeAt(float interp) const; |
gfx::Vector2dF scrollOffsetAt(float interp) const; |
gfx::Vector2dF anchorAt(float interp) const; |
gfx::Vector2dF viewportRelativeAnchorAt(float interp) const; |