| Index: src/gpu/GrInOrderDrawBuffer.h
|
| diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h
|
| index 5a616e158e1895523ebd7b8f0a60093685b8a38e..d415e495173cdc409895146b2da5becc37822e88 100644
|
| --- a/src/gpu/GrInOrderDrawBuffer.h
|
| +++ b/src/gpu/GrInOrderDrawBuffer.h
|
| @@ -256,7 +256,7 @@ private:
|
| // Records any trace markers for a command after adding it to the buffer.
|
| void recordTraceMarkersIfNecessary();
|
|
|
| - virtual bool isIssued(uint32_t drawID) SK_OVERRIDE { return drawID != fDrawID; }
|
| + bool isIssued(uint32_t drawID) SK_OVERRIDE { return drawID != fDrawID; }
|
|
|
| // TODO: Use a single allocator for commands and records
|
| enum {
|
|
|