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

Unified Diff: Source/modules/webgl/EXTBlendMinMax.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/EXTBlendMinMax.h
diff --git a/Source/modules/webgl/EXTBlendMinMax.h b/Source/modules/webgl/EXTBlendMinMax.h
index 2b159c98dbd11126a25be1da7d0059694ed19add..e12f59a6df7fc3027998e90f24505ee02991607e 100644
--- a/Source/modules/webgl/EXTBlendMinMax.h
+++ b/Source/modules/webgl/EXTBlendMinMax.h
@@ -13,7 +13,7 @@ namespace blink {
class EXTBlendMinMax final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<EXTBlendMinMax> create(WebGLRenderingContextBase*);
+ static EXTBlendMinMax* create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();

Powered by Google App Engine
This is Rietveld 408576698