| Index: cc/tiled_layer.cc
|
| diff --git a/cc/tiled_layer.cc b/cc/tiled_layer.cc
|
| index 9526a6378f84b1d5861cee4f6638a617ee270b40..ce3a79f55f249efb6bdaf05d35a0b6b2ac6261fb 100644
|
| --- a/cc/tiled_layer.cc
|
| +++ b/cc/tiled_layer.cc
|
| @@ -14,7 +14,7 @@
|
| #include "ui/gfx/rect_conversions.h"
|
|
|
| using namespace std;
|
| -using WebKit::WebTransformationMatrix;
|
| +using gfx::Transform;
|
|
|
| namespace cc {
|
|
|
| @@ -484,7 +484,7 @@ void TiledLayer::updateTileTextures(const gfx::Rect& paintRect, int left, int to
|
|
|
| tile->updaterResource()->update(queue, sourceRect, destOffset, tile->partialUpdate, stats);
|
| if (occlusion)
|
| - occlusion->overdrawMetrics().didUpload(WebTransformationMatrix(), sourceRect, tile->opaqueRect());
|
| + occlusion->overdrawMetrics().didUpload(Transform(), sourceRect, tile->opaqueRect());
|
|
|
| }
|
| }
|
|
|