| Index: Source/platform/graphics/GraphicsContextRecorder.h
|
| diff --git a/Source/platform/graphics/GraphicsContextRecorder.h b/Source/platform/graphics/GraphicsContextRecorder.h
|
| index 2f04244f0638ec2a26386c004e8d136af3871c68..30943e35699b7e83b99b8ec2a1849d6063dc8de1 100644
|
| --- a/Source/platform/graphics/GraphicsContextRecorder.h
|
| +++ b/Source/platform/graphics/GraphicsContextRecorder.h
|
| @@ -53,12 +53,11 @@ public:
|
|
|
| private:
|
| friend class GraphicsContextRecorder;
|
| - GraphicsContextSnapshot(PassRefPtr<SkPicture>, bool isCerteainlyOpaque);
|
| + GraphicsContextSnapshot(PassRefPtr<SkPicture>);
|
|
|
| PassOwnPtr<SkBitmap> createBitmap() const;
|
|
|
| RefPtr<SkPicture> m_picture;
|
| - bool m_isCertainlyOpaque;
|
| };
|
|
|
| class PLATFORM_EXPORT GraphicsContextRecorder {
|
|
|