Chromium Code Reviews

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

Issue 1234883002: [Oilpan] Migrate classes under module/webgl onto oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Work for comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/modules/webgl/WebGLDrawBuffers.h
diff --git a/Source/modules/webgl/WebGLDrawBuffers.h b/Source/modules/webgl/WebGLDrawBuffers.h
index 1a7acdd06e9e42e846d37438c1ea0fe63429a3fa..5197d5a267c336bd73e8e196fd170e0d0d9cd2a3 100644
--- a/Source/modules/webgl/WebGLDrawBuffers.h
+++ b/Source/modules/webgl/WebGLDrawBuffers.h
@@ -34,7 +34,7 @@ namespace blink {
class WebGLDrawBuffers final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<WebGLDrawBuffers> create(WebGLRenderingContextBase*);
+ static WebGLDrawBuffers* create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();

Powered by Google App Engine