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

Unified Diff: src/core/SkBuffer.h

Issue 74193005: Add extra warnings to match what Android uses. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « src/animator/SkScriptCallBack.h ('k') | src/gpu/gl/GrGLProgramEffects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBuffer.h
diff --git a/src/core/SkBuffer.h b/src/core/SkBuffer.h
index 369d9c02ac858fd63db81b39595618f88411e0f4..9791cf55a14a8c5bfde23d7a28effc9d3988f047 100644
--- a/src/core/SkBuffer.h
+++ b/src/core/SkBuffer.h
@@ -39,6 +39,8 @@ public:
fStop = (const char*)data + size;
}
+ virtual ~SkRBuffer() { }
+
/** Return the number of bytes that have been read from the beginning
of the data pointer.
*/
« no previous file with comments | « src/animator/SkScriptCallBack.h ('k') | src/gpu/gl/GrGLProgramEffects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698