| Index: third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
|
| index 32b77258aa54ce2fd2fe50ddd6fe87c130a54506..e3dc53e2f88956610b99d58c6047b0644c626f0d 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
|
| @@ -26,7 +26,7 @@ const int NumChannelsPng = 4;
|
|
|
| bool isDeadlineNearOrPassed(double deadlineSeconds)
|
| {
|
| - return (deadlineSeconds - SlackBeforeDeadline - Platform::current()->monotonicallyIncreasingTime() <= 0);
|
| + return (deadlineSeconds - SlackBeforeDeadline - Platform::current()->monotonicallyIncreasingTimeSeconds() <= 0);
|
| }
|
|
|
| } // anonymous namespace
|
|
|