| Index: cc/CCLayerTreeHostCommon.cpp
|
| diff --git a/cc/CCLayerTreeHostCommon.cpp b/cc/CCLayerTreeHostCommon.cpp
|
| index d60d43c0930631c4e7b40bcb53bf1ec85b11c05d..6914bed3138b326d5d01a3703e2a363213454d48 100644
|
| --- a/cc/CCLayerTreeHostCommon.cpp
|
| +++ b/cc/CCLayerTreeHostCommon.cpp
|
| @@ -22,6 +22,14 @@ using WebKit::WebTransformationMatrix;
|
|
|
| namespace cc {
|
|
|
| +CCScrollAndScaleSet::CCScrollAndScaleSet()
|
| +{
|
| +}
|
| +
|
| +CCScrollAndScaleSet::~CCScrollAndScaleSet()
|
| +{
|
| +}
|
| +
|
| IntRect CCLayerTreeHostCommon::calculateVisibleRect(const IntRect& targetSurfaceRect, const IntRect& layerBoundRect, const WebTransformationMatrix& transform)
|
| {
|
| // Is this layer fully contained within the target surface?
|
|
|