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

Unified Diff: Source/platform/graphics/test/MockDiscardablePixelRef.h

Issue 135833002: Add missing virtual keyword for methods with OVERRIDE (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/platform/graphics/filters/FEFlood.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/test/MockDiscardablePixelRef.h
diff --git a/Source/platform/graphics/test/MockDiscardablePixelRef.h b/Source/platform/graphics/test/MockDiscardablePixelRef.h
index 9c013d7065be40b94b43bae13566fdea190225ca..3370522f5d4f8eb364c3f085f3d7639d7de6809e 100644
--- a/Source/platform/graphics/test/MockDiscardablePixelRef.h
+++ b/Source/platform/graphics/test/MockDiscardablePixelRef.h
@@ -49,7 +49,7 @@ public:
class Allocator : public SkBitmap::Allocator {
public:
- bool allocPixelRef(SkBitmap* dst, SkColorTable* ct) SK_OVERRIDE {
+ virtual bool allocPixelRef(SkBitmap* dst, SkColorTable* ct) SK_OVERRIDE {
SkImageInfo info;
if (!dst->asImageInfo(&info)) {
return false;
« no previous file with comments | « Source/platform/graphics/filters/FEFlood.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698