Chromium Code Reviews| Index: cc/CCLayerTreeHostCommon.h |
| diff --git a/cc/CCLayerTreeHostCommon.h b/cc/CCLayerTreeHostCommon.h |
| index d8710e95e5a0a2c52f07ecaaa429fc75b7ebf7e9..117bb8be70bba3ef07923f4129ea3ba28c3dcddc 100644 |
| --- a/cc/CCLayerTreeHostCommon.h |
| +++ b/cc/CCLayerTreeHostCommon.h |
| @@ -43,6 +43,9 @@ public: |
| }; |
| struct CCScrollAndScaleSet { |
| + CCScrollAndScaleSet(); |
| + ~CCScrollAndScaleSet(); |
| + |
| Vector<CCLayerTreeHostCommon::ScrollUpdateInfo> scrolls; |
| float pageScaleDelta; |
| }; |