| Index: third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h b/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
|
| index 662f5396589696ad3d11b0ea2cac3189457d4602..b07a763398a16e110a69cb9cd430952b81c1152f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
|
| @@ -6,7 +6,7 @@
|
| #define WebGLTimerQueryEXT_h
|
|
|
| #include "modules/webgl/WebGLContextObject.h"
|
| -#include "platform/scheduler/CancellableTaskFactory.h"
|
| +#include "platform/WebTaskRunner.h"
|
|
|
| namespace gpu {
|
| namespace gles2 {
|
| @@ -16,8 +16,6 @@ class GLES2Interface;
|
|
|
| namespace blink {
|
|
|
| -class WebTaskRunner;
|
| -
|
| class WebGLTimerQueryEXT : public WebGLContextObject {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| @@ -55,7 +53,7 @@ class WebGLTimerQueryEXT : public WebGLContextObject {
|
| GLuint64 m_queryResult;
|
|
|
| std::unique_ptr<WebTaskRunner> m_taskRunner;
|
| - std::unique_ptr<CancellableTaskFactory> m_cancellableTaskFactory;
|
| + TaskHandle m_taskHandle;
|
| };
|
|
|
| } // namespace blink
|
|
|