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

Unified Diff: webkit/glue/plugins/pepper_buffer.h

Issue 5648004: Add the "virtual" keyword on method overrides that are missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing file Created 10 years 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 | « webkit/appcache/appcache_update_job.h ('k') | webkit/glue/plugins/pepper_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_buffer.h
diff --git a/webkit/glue/plugins/pepper_buffer.h b/webkit/glue/plugins/pepper_buffer.h
index 2066bc1f2655acba9017a65defa446857d9fd7fe..c00711ecafe87be4fa7ad6a0cfbb437f78992b9c 100644
--- a/webkit/glue/plugins/pepper_buffer.h
+++ b/webkit/glue/plugins/pepper_buffer.h
@@ -32,7 +32,7 @@ class Buffer : public Resource {
static const PPB_Buffer_Dev* GetInterface();
// Resource overrides.
- Buffer* AsBuffer() { return this; }
+ virtual Buffer* AsBuffer();
// PPB_Buffer implementation.
bool Init(uint32_t size);
« no previous file with comments | « webkit/appcache/appcache_update_job.h ('k') | webkit/glue/plugins/pepper_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698