projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3211770
)
Add virtual destructor for GrDrawTargetCaps
author
bsalomon
<bsalomon@google.com>
Mon, 11 May 2015 18:26:23 +0000
(11:26 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 11 May 2015 18:26:23 +0000
(11:26 -0700)
TBR=jvanverth@google.com
Review URL: https://codereview.chromium.org/
1134043004
src/gpu/GrDrawTargetCaps.h
patch
|
blob
|
history
diff --git
a/src/gpu/GrDrawTargetCaps.h
b/src/gpu/GrDrawTargetCaps.h
index 0f7a712dc65ee7b06963f4cb76d74898cb1b6afc..086b61579a82e0dfe418cf0bd8a11f82ae691de5 100644
(file)
--- 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();