| Index: third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| index d9a0fa5017bf59fa13699b21e601dc617a4413e8..064ddf908c53614dbefe0207faf9dc0209070ba2 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| @@ -58,7 +58,7 @@ public:
|
| return m_image;
|
| }
|
|
|
| - void destroyDecodedData(bool) override
|
| + void destroyDecodedData() override
|
| {
|
| // Image pure virtual stub.
|
| }
|
|
|