Chromium Code Reviews| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
| index 33ea9da2a4b7fc14b74c3925ced02916b56e582e..0c6d4b7589c8db255081d56ce42fb7faebbe6d03 100644 |
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h |
| @@ -18,7 +18,7 @@ public: |
| // OffscreenCanvasFrameDispatcher implementation. |
| ~OffscreenCanvasFrameDispatcherImpl() override {} |
| - void dispatchFrame() override; |
| + void dispatchFrame(PassRefPtr<StaticBitmapImage>) override; |
|
danakj
2016/09/09 20:51:42
Are we still using PassRefPtr in new code or shoul
|
| private: |
| const cc::SurfaceId m_surfaceId; |