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

Unified Diff: Source/modules/webgl/WebGLCompressedTextureS3TC.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/webgl/WebGLCompressedTextureS3TC.h
diff --git a/Source/modules/webgl/WebGLCompressedTextureS3TC.h b/Source/modules/webgl/WebGLCompressedTextureS3TC.h
index bbfe2a012c3927ca9706eec759554a9377fe7472..955b15f1191a781d143fb16c7b3b704af824b55d 100644
--- a/Source/modules/webgl/WebGLCompressedTextureS3TC.h
+++ b/Source/modules/webgl/WebGLCompressedTextureS3TC.h
@@ -27,14 +27,13 @@
#define WebGLCompressedTextureS3TC_h
#include "modules/webgl/WebGLExtension.h"
-#include "wtf/PassRefPtr.h"
namespace blink {
class WebGLCompressedTextureS3TC final : public WebGLExtension {
DEFINE_WRAPPERTYPEINFO();
public:
- static PassRefPtrWillBeRawPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContextBase*);
+ static WebGLCompressedTextureS3TC* create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
« no previous file with comments | « Source/modules/webgl/WebGLCompressedTexturePVRTC.idl ('k') | Source/modules/webgl/WebGLCompressedTextureS3TC.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698