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

Unified Diff: Source/modules/webgl/WebGLVertexArrayObjectBase.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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/modules/webgl/WebGLSharedObject.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLVertexArrayObjectBase.h
diff --git a/Source/modules/webgl/WebGLVertexArrayObjectBase.h b/Source/modules/webgl/WebGLVertexArrayObjectBase.h
index 0e68d87990920ef306df836f5b38691b54214a95..0e01f43508ab54c5a8dc6cac48654158bf9d427f 100644
--- a/Source/modules/webgl/WebGLVertexArrayObjectBase.h
+++ b/Source/modules/webgl/WebGLVertexArrayObjectBase.h
@@ -19,7 +19,7 @@ public:
VaoTypeUser,
};
- virtual ~WebGLVertexArrayObjectBase();
+ ~WebGLVertexArrayObjectBase() override;
Platform3DObject object() const { return m_object; }
« no previous file with comments | « Source/modules/webgl/WebGLSharedObject.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698