| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| index 310077bd90e79595dadc76d889523f19d9a852f4..5da7ce5a6f357600e05f821e39b6b4bb652d4553 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| @@ -17,6 +17,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcher {
|
| public:
|
| virtual ~OffscreenCanvasFrameDispatcher(){};
|
| virtual void dispatchFrame(RefPtr<StaticBitmapImage>,
|
| + double commitStartTime,
|
| bool isWebGLSoftwareRendering = false) = 0;
|
| };
|
|
|
|
|