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

Unified Diff: webkit/glue/plugins/pepper_directory_reader.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/glue/plugins/pepper_buffer.cc ('k') | webkit/glue/plugins/pepper_directory_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/pepper_directory_reader.h
diff --git a/webkit/glue/plugins/pepper_directory_reader.h b/webkit/glue/plugins/pepper_directory_reader.h
index 38496bb836a0f336b99b342609e9f9837a572b0e..3f415e2a57c4529f80420546a07e7fa8cce546b1 100644
--- a/webkit/glue/plugins/pepper_directory_reader.h
+++ b/webkit/glue/plugins/pepper_directory_reader.h
@@ -28,7 +28,7 @@ class DirectoryReader : public Resource {
static const PPB_DirectoryReader_Dev* GetInterface();
// Resource overrides.
- DirectoryReader* AsDirectoryReader() { return this; }
+ virtual DirectoryReader* AsDirectoryReader();
// PPB_DirectoryReader implementation.
int32_t GetNextEntry(PP_DirectoryEntry_Dev* entry,
« no previous file with comments | « webkit/glue/plugins/pepper_buffer.cc ('k') | webkit/glue/plugins/pepper_directory_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698