| Index: src/gpu/GrTargetCommands.cpp
|
| diff --git a/src/gpu/GrTargetCommands.cpp b/src/gpu/GrTargetCommands.cpp
|
| index 84dbf9346e127d0036390c54ae04d70c2cc2cd4e..1e1164177d3779785651e49fb5f5f058fce0d221 100644
|
| --- a/src/gpu/GrTargetCommands.cpp
|
| +++ b/src/gpu/GrTargetCommands.cpp
|
| @@ -7,14 +7,14 @@
|
|
|
| #include "GrTargetCommands.h"
|
|
|
| -#include "GrInOrderDrawBuffer.h"
|
| +#include "GrBufferedDrawTarget.h"
|
|
|
| void GrTargetCommands::reset() {
|
| fCmdBuffer.reset();
|
| fBatchTarget.reset();
|
| }
|
|
|
| -void GrTargetCommands::flush(GrInOrderDrawBuffer* iodb) {
|
| +void GrTargetCommands::flush(GrBufferedDrawTarget* iodb) {
|
| if (fCmdBuffer.empty()) {
|
| return;
|
| }
|
|
|