Add virtual destructor for GrDrawTargetCaps
TBR=jvanverth@google.com Review URL: https://codereview.chromium.org/1134043004
This commit is contained in:
parent
321177052b
commit
0e9ac4a28b
@ -116,6 +116,7 @@ public:
|
||||
GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() {
|
||||
*this = other;
|
||||
}
|
||||
virtual ~GrDrawTargetCaps() {}
|
||||
GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
|
||||
|
||||
virtual void reset();
|
||||
|
Loading…
Reference in New Issue
Block a user