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

Unified Diff: src/gpu/GrDrawTargetCaps.h

Issue 1134043004: Add virtual destructor for GrDrawTargetCaps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTargetCaps.h
diff --git a/src/gpu/GrDrawTargetCaps.h b/src/gpu/GrDrawTargetCaps.h
index 0f7a712dc65ee7b06963f4cb76d74898cb1b6afc..086b61579a82e0dfe418cf0bd8a11f82ae691de5 100644
--- a/src/gpu/GrDrawTargetCaps.h
+++ b/src/gpu/GrDrawTargetCaps.h
@@ -116,6 +116,7 @@ public:
GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() {
*this = other;
}
+ virtual ~GrDrawTargetCaps() {}
GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
virtual void reset();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698