Chromium Code Reviews

Unified Diff: Source/modules/webgl/OESTextureFloat.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: Rebase 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
« no previous file with comments | « Source/modules/webgl/OESStandardDerivatives.idl ('k') | Source/modules/webgl/OESTextureFloat.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/OESTextureFloat.h
diff --git a/Source/modules/webgl/OESTextureFloat.h b/Source/modules/webgl/OESTextureFloat.h
index 6c28afa52c0cb1560aabdf2390231b59ce1f1243..01ba5a0ce4a2c7c6fbff673d80cc1be459bf2f75 100644
--- a/Source/modules/webgl/OESTextureFloat.h
+++ b/Source/modules/webgl/OESTextureFloat.h
@@ -27,14 +27,13 @@
#define OESTextureFloat_h
#include "modules/webgl/WebGLExtension.h"
-#include "wtf/PassRefPtr.h"
namespace blink {
class OESTextureFloat final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<OESTextureFloat> create(WebGLRenderingContextBase*);
+ static OESTextureFloat* create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
« no previous file with comments | « Source/modules/webgl/OESStandardDerivatives.idl ('k') | Source/modules/webgl/OESTextureFloat.cpp » ('j') | no next file with comments »

Powered by Google App Engine