Add virtual destructor for GrDrawTargetCaps

TBR=jvanverth@google.com

Review URL: https://codereview.chromium.org/1134043004
This commit is contained in:
bsalomon 2015-05-11 11:26:23 -07:00 committed by Commit bot
parent 321177052b
commit 0e9ac4a28b

View File

@ -116,6 +116,7 @@ public:
GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() {
*this = other;
}
virtual ~GrDrawTargetCaps() {}
GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
virtual void reset();