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

Unified Diff: Source/modules/webgl/WebGLFenceSync.h

Issue 1281953003: Revert of [Oilpan] Migrate classes under module/webgl onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/modules/webgl/WebGLExtension.cpp ('k') | Source/modules/webgl/WebGLFenceSync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLFenceSync.h
diff --git a/Source/modules/webgl/WebGLFenceSync.h b/Source/modules/webgl/WebGLFenceSync.h
index bda747091cc54c2f378d86cdea1e7e0d613e7902..172fc7e5213d73858044dcd5d5c34e324ceaebef 100644
--- a/Source/modules/webgl/WebGLFenceSync.h
+++ b/Source/modules/webgl/WebGLFenceSync.h
@@ -6,6 +6,7 @@
#define WebGLFenceSync_h
#include "modules/webgl/WebGLSync.h"
+#include "wtf/PassRefPtr.h"
namespace blink {
@@ -15,7 +16,7 @@
public:
~WebGLFenceSync() override;
- static WebGLSync* create(WebGL2RenderingContextBase*, GLenum condition, GLbitfield flags);
+ static PassRefPtrWillBeRawPtr<WebGLSync> create(WebGL2RenderingContextBase*, GLenum condition, GLbitfield flags);
protected:
WebGLFenceSync(WebGL2RenderingContextBase*, GLenum condition, GLbitfield flags);
« no previous file with comments | « Source/modules/webgl/WebGLExtension.cpp ('k') | Source/modules/webgl/WebGLFenceSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698