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

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

Issue 40203004: Devirtualize WebGLContextGroup, WebGLGetInfo and WebGLUniformLocation's destructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark classes as FINAL Created 7 years, 2 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 | « Source/core/html/canvas/WebGLContextGroup.h ('k') | Source/core/html/canvas/WebGLGetInfo.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLGetInfo.h
diff --git a/Source/core/html/canvas/WebGLGetInfo.h b/Source/core/html/canvas/WebGLGetInfo.h
index 552cf47f515239c894785fa5be41532e886d306b..d72e7f9c65a9ceb83f674ffc84e51c44c8d0138a 100644
--- a/Source/core/html/canvas/WebGLGetInfo.h
+++ b/Source/core/html/canvas/WebGLGetInfo.h
@@ -48,7 +48,7 @@ namespace WebCore {
// similar variants. For reference counted types, increments and
// decrements the reference count of the target object.
-class WebGLGetInfo {
+class WebGLGetInfo FINAL {
public:
enum Type {
kTypeBool,
@@ -92,8 +92,6 @@ public:
explicit WebGLGetInfo(PassRefPtr<Uint32Array> value);
explicit WebGLGetInfo(PassRefPtr<WebGLVertexArrayObjectOES> value);
- virtual ~WebGLGetInfo();
-
Type getType() const;
bool getBool() const;
« no previous file with comments | « Source/core/html/canvas/WebGLContextGroup.h ('k') | Source/core/html/canvas/WebGLGetInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698