| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| index 2cb353f720be9162715bacdefa0df9443c05a1bb..fc35e5390da07690dfada324fd7a3ee3a14cc89f 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| @@ -263,18 +263,6 @@
|
| return nullptr;
|
| }
|
|
|
| - double virtualTimeSeconds() const override
|
| - {
|
| - ASSERT_NOT_REACHED();
|
| - return 0.0;
|
| - }
|
| -
|
| - double monotonicallyIncreasingVirtualTimeSeconds() const override
|
| - {
|
| - ASSERT_NOT_REACHED();
|
| - return 0.0;
|
| - }
|
| -
|
| Task* m_task;
|
| };
|
|
|
|
|