Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index e4fa901df168e3db213d9e6247c81f3891acb17c..296c18060b58ae4dd460ad789cb80c83639d0b0e 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -86,7 +86,7 @@ private: |
base::TimeTicks monotonicFrameBeginTime; |
scoped_ptr<ScrollAndScaleSet> scrollInfo; |
- WebKit::WebTransformationMatrix implTransform; |
+ gfx::Transform implTransform; |
PrioritizedResourceManager::BackingList evictedContentsTexturesBackings; |
size_t memoryAllocationLimitBytes; |
}; |