Index: cc/CCLayerTreeHost.h |
=================================================================== |
--- cc/CCLayerTreeHost.h (revision 159486) |
+++ cc/CCLayerTreeHost.h (working copy) |
@@ -190,6 +190,7 @@ |
void startPageScaleAnimation(const IntSize& targetPosition, bool useAnchor, float scale, double durationSec); |
void applyScrollAndScale(const CCScrollAndScaleSet&); |
+ void setImplTransform(const WebKit::WebTransformationMatrix&); |
void startRateLimiter(WebKit::WebGraphicsContext3D*); |
void stopRateLimiter(WebKit::WebGraphicsContext3D*); |
@@ -266,6 +267,7 @@ |
float m_pageScaleFactor; |
float m_minPageScaleFactor, m_maxPageScaleFactor; |
+ WebKit::WebTransformationMatrix m_implTransform; |
bool m_triggerIdleUpdates; |
SkColor m_backgroundColor; |