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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLExtension.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGLExtension.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLExtension.h b/third_party/WebKit/Source/modules/webgl/WebGLExtension.h
index 255b25f3ca670eb0647b07714fa3e30d725b897c..5516e7867e4926a65e5e1644a408592bdd09c568 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLExtension.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLExtension.h
@@ -49,6 +49,7 @@ private:
};
class WebGLExtension : public GarbageCollectedFinalized<WebGLExtension>, public ScriptWrappable {
+ WTF_MAKE_NONCOPYABLE(WebGLExtension);
public:
virtual ~WebGLExtension();
virtual WebGLExtensionName name() const = 0;
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698