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

Unified Diff: Source/modules/webgl/OESTextureHalfFloat.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, 5 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: Source/modules/webgl/OESTextureHalfFloat.h
diff --git a/Source/modules/webgl/OESTextureHalfFloat.h b/Source/modules/webgl/OESTextureHalfFloat.h
index 57b0b8f21ce6a6063a654ef82468e58545d578c5..6f8f738b88048a91240cd3c245c7b12261b0eaf5 100644
--- a/Source/modules/webgl/OESTextureHalfFloat.h
+++ b/Source/modules/webgl/OESTextureHalfFloat.h
@@ -34,7 +34,7 @@ namespace blink {
class OESTextureHalfFloat final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<OESTextureHalfFloat> create(WebGLRenderingContextBase*);
+ static OESTextureHalfFloat* create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();

Powered by Google App Engine
This is Rietveld 408576698