]> git.cworth.org Git - apitrace/blobdiff - trace_file.cpp
Implement scanning/skipping of fragments of the trace
[apitrace] / trace_file.cpp
index d4e74b9ab45a6ff54b748b6eddb44ccabd27fb4b..652cd0f3f70bb0b14216aa2a48919b11b74c4767 100644 (file)
@@ -149,3 +149,8 @@ bool ZLibFile::supportsOffsets() const
 {
     return false;
 }
+
+bool ZLibFile::rawSkip(unsigned)
+{
+    return false;
+}