Index: cc/layer_impl.h |
diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
index 4b98f762668e94371f949c02e1b3e1d6d2b8b5e6..35dbd939845e1308622ab4a1ee7c88c6954bfde7 100644 |
--- a/cc/layer_impl.h |
+++ b/cc/layer_impl.h |
@@ -198,6 +198,12 @@ public: |
float contentsScaleY() const { return m_drawProperties.contents_scale_y; } |
void setContentsScale(float contentsScaleX, float contentsScaleY); |
+ virtual void calculateContentsScale( |
danakj
2013/01/07 15:57:44
So, this never actually sets the return values on
enne (OOO)
2013/01/07 17:00:01
The whole point of this function is so that a (Pic
|
+ float idealContentsScale, |
+ float* contentsScaleX, |
+ float* contentsScaleY, |
+ gfx::Size* contentBounds) { } |
+ |
gfx::Vector2d scrollOffset() const { return m_scrollOffset; } |
void setScrollOffset(gfx::Vector2d); |