Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1037)

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h

Issue 2550373005: Make WebTaskRunner ThreadSafeRefCounted (Closed)
Patch Set: +DISALLOW_COPY_AND_ASSIGN for win build fix Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b07a763398a16e110a69cb9cd430952b81c1152f..be2e197dc5e679e1c90100e8449c1830d12c62cd 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
@@ -52,7 +52,7 @@ class WebGLTimerQueryEXT : public WebGLContextObject {
bool m_queryResultAvailable;
GLuint64 m_queryResult;
- std::unique_ptr<WebTaskRunner> m_taskRunner;
+ RefPtr<WebTaskRunner> m_taskRunner;
TaskHandle m_taskHandle;
};

Powered by Google App Engine
This is Rietveld 408576698