| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| index 482c81ac2d87e24c4596e873db235391d02a72f6..588e52bd9262c92d09f6d21025271ce8dd9af624 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
| @@ -238,7 +238,7 @@ private:
|
| void checkNoRemainingCachedDisplayItems();
|
| #endif
|
|
|
| - void replay(GraphicsContext&);
|
| + void replay(GraphicsContext&) const;
|
|
|
| DisplayItems m_currentDisplayItems;
|
| DisplayItems m_newDisplayItems;
|
|
|