| Index: third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| index 04127d1b68f15524e3c04eecef7cc850ffd5b489..498ec4ef8de1a367bada9d65254cb380d0156f3e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SubsequenceRecorder.h
|
| @@ -22,9 +22,9 @@ class PaintController;
|
| //
|
| class PLATFORM_EXPORT SubsequenceRecorder {
|
| public:
|
| - static bool useCachedSubsequenceIfPossible(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type);
|
| + static bool useCachedSubsequenceIfPossible(GraphicsContext&, const DisplayItemClientWrapper&);
|
|
|
| - SubsequenceRecorder(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type);
|
| + SubsequenceRecorder(GraphicsContext&, const DisplayItemClientWrapper&);
|
| ~SubsequenceRecorder();
|
|
|
| void setUncacheable();
|
| @@ -33,7 +33,6 @@ private:
|
| PaintController& m_paintController;
|
| DisplayItemClientWrapper m_client;
|
| size_t m_beginSubsequenceIndex;
|
| - DisplayItem::Type m_type;
|
| };
|
|
|
| } // namespace blink
|
|
|