Chromium Code Reviews| 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 064ddf908c53614dbefe0207faf9dc0209070ba2..21c230d4e2582e89856ab5f0369c77165dd29ad5 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
| +++ b/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp |
| @@ -53,7 +53,7 @@ public: |
| return m_size; |
| } |
| - PassRefPtr<SkImage> imageForCurrentFrame() override |
| + PassRefPtr<SkImage> imageForCurrentFrame(WebGraphicsContext3DProvider* = nullptr) override |
| { |
| return m_image; |
| } |