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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLObject.h

Issue 2001503002: WebGL: WebGLObject is non-copyable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WebGLObject WebGLExtension Created 4 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: third_party/WebKit/Source/modules/webgl/WebGLObject.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLObject.h b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
index 6fe0442298e365e767876869325286932dc2abce..1c2edaada7e7fe32d27925faa124e142a2b27881 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLObject.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLObject.h
@@ -57,6 +57,7 @@ GLuint objectNonZero(const T* object)
}
class WebGLObject : public GarbageCollectedFinalized<WebGLObject>, public ScriptWrappable {
+ WTF_MAKE_NONCOPYABLE(WebGLObject);
public:
virtual ~WebGLObject();

Powered by Google App Engine
This is Rietveld 408576698