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

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

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/glue/plugins/pepper_buffer.h ('k') | webkit/glue/plugins/pepper_directory_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_buffer.cc
diff --git a/webkit/glue/plugins/pepper_buffer.cc b/webkit/glue/plugins/pepper_buffer.cc
index b17370e16f138398a3f7b32deaf9bf099c45b57b..fc3c34d3b887c64be1544e20da7a68cb241784b3 100644
--- a/webkit/glue/plugins/pepper_buffer.cc
+++ b/webkit/glue/plugins/pepper_buffer.cc
@@ -81,6 +81,8 @@ const PPB_Buffer_Dev* Buffer::GetInterface() {
return &ppb_buffer;
}
+Buffer* Buffer::AsBuffer() { return this; }
+
bool Buffer::Init(uint32_t size) {
if (size == 0)
return false;
« no previous file with comments | « webkit/glue/plugins/pepper_buffer.h ('k') | webkit/glue/plugins/pepper_directory_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698