Index: third_party/WebKit/Source/core/paint/Transform3DRecorder.h |
diff --git a/third_party/WebKit/Source/core/paint/Transform3DRecorder.h b/third_party/WebKit/Source/core/paint/Transform3DRecorder.h |
index 9ee402fb203c7a281b698e9672cc76a71844ff86..939734d6dd47745330e8f7ede7bd89e7a1c8f824 100644 |
--- a/third_party/WebKit/Source/core/paint/Transform3DRecorder.h |
+++ b/third_party/WebKit/Source/core/paint/Transform3DRecorder.h |
@@ -19,7 +19,7 @@ class Transform3DRecorder { |
public: |
Transform3DRecorder( |
GraphicsContext&, |
- const DisplayItemClientWrapper&, |
+ const DisplayItemClient&, |
DisplayItem::Type, |
const TransformationMatrix&, |
const FloatPoint3D& transformOrigin); |
@@ -27,7 +27,7 @@ public: |
private: |
GraphicsContext& m_context; |
- DisplayItemClientWrapper m_client; |
+ const DisplayItemClient& m_client; |
DisplayItem::Type m_type; |
bool m_skipRecordingForIdentityTransform; |
}; |