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

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

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/WebGLGetInfo.h ('k') | Source/core/html/canvas/WebGLUniformLocation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLGetInfo.cpp
diff --git a/Source/core/html/canvas/WebGLGetInfo.cpp b/Source/core/html/canvas/WebGLGetInfo.cpp
index e8e71de4c6b437a3402b7b3a0713918323f21757..0c7b053d7f5e9b2a6a55c76d8adc7d957762b0ee 100644
--- a/Source/core/html/canvas/WebGLGetInfo.cpp
+++ b/Source/core/html/canvas/WebGLGetInfo.cpp
@@ -209,10 +209,6 @@ WebGLGetInfo::WebGLGetInfo(PassRefPtr<WebGLVertexArrayObjectOES> value)
{
}
-WebGLGetInfo::~WebGLGetInfo()
-{
-}
-
WebGLGetInfo::Type WebGLGetInfo::getType() const
{
return m_type;
« no previous file with comments | « Source/core/html/canvas/WebGLGetInfo.h ('k') | Source/core/html/canvas/WebGLUniformLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698