| Index: Source/core/paint/Transform3DRecorder.h
|
| diff --git a/Source/core/paint/Transform3DRecorder.h b/Source/core/paint/Transform3DRecorder.h
|
| index 1f265433a88434096f7016945a6c29af8001d5b8..49eed038cbfbfe5c3d28fbfea7a98832c8601547 100644
|
| --- a/Source/core/paint/Transform3DRecorder.h
|
| +++ b/Source/core/paint/Transform3DRecorder.h
|
| @@ -14,12 +14,13 @@ class TransformationMatrix;
|
|
|
| class Transform3DRecorder {
|
| public:
|
| - Transform3DRecorder(GraphicsContext&, DisplayItemClient, const TransformationMatrix&);
|
| + Transform3DRecorder(GraphicsContext&, DisplayItemClient, DisplayItem::Type, const TransformationMatrix&);
|
| ~Transform3DRecorder();
|
|
|
| private:
|
| GraphicsContext& m_context;
|
| DisplayItemClient m_client;
|
| + DisplayItem::Type m_type;
|
| bool m_skipRecordingForIdentityTransform;
|
| };
|
|
|
|
|