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

Unified Diff: Source/platform/graphics/gpu/DrawingBuffer.h

Issue 137933002: Update more platform classes to use OVERRIDE / FINAL when needed (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
Index: Source/platform/graphics/gpu/DrawingBuffer.h
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
index 5c8b82b0e15bd7d841ba046cd5b30fc646ce3207..9e2926dd24786e291812fb066219fb0ba7f55924 100644
--- a/Source/platform/graphics/gpu/DrawingBuffer.h
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h
@@ -78,7 +78,7 @@ public:
static PassRefPtr<DrawingBuffer> create(GraphicsContext3D*, const IntSize&, PreserveDrawingBuffer, PassRefPtr<ContextEvictionManager>);
- ~DrawingBuffer();
+ virtual ~DrawingBuffer();
// Clear all resources from this object, as well as context. Called when context is destroyed
// to prevent invalid accesses to the resources.
« no previous file with comments | « Source/platform/graphics/filters/SpotLightSource.h ('k') | Source/platform/network/WebSocketHandshakeRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698