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

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

Powered by Google App Engine
This is Rietveld 408576698