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

Unified Diff: Source/core/html/canvas/WebGLCompressedTextureETC1.h

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Complete VectorTraits<> specialization for VertexAttribState Created 6 years, 6 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/core/html/canvas/WebGLCompressedTextureETC1.h
diff --git a/Source/core/html/canvas/WebGLCompressedTextureETC1.h b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
index 9640bafff55c0305afc1993aa49c2ab1ca615048..2f9e462727f24daa0671af731895483785744aba 100644
--- a/Source/core/html/canvas/WebGLCompressedTextureETC1.h
+++ b/Source/core/html/canvas/WebGLCompressedTextureETC1.h
@@ -15,7 +15,7 @@ class WebGLTexture;
class WebGLCompressedTextureETC1 FINAL : public WebGLExtension, public ScriptWrappable {
public:
- static PassRefPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
+ static PassRefPtrWillBeRawPtr<WebGLCompressedTextureETC1> create(WebGLRenderingContextBase*);
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();

Powered by Google App Engine
This is Rietveld 408576698