| Index: src/gpu/GrInOrderCommandBuilder.cpp
|
| diff --git a/src/gpu/GrInOrderCommandBuilder.cpp b/src/gpu/GrInOrderCommandBuilder.cpp
|
| index 6cd60822c6b4c459148effd454d478714db1e0cf..d1bd6287850e3815cc903e4a08f7608903474a56 100644
|
| --- a/src/gpu/GrInOrderCommandBuilder.cpp
|
| +++ b/src/gpu/GrInOrderCommandBuilder.cpp
|
| @@ -7,8 +7,9 @@
|
|
|
| #include "GrInOrderCommandBuilder.h"
|
|
|
| +#include "GrBufferedDrawTarget.h"
|
| +
|
| #include "GrColor.h"
|
| -#include "GrInOrderDrawBuffer.h"
|
| #include "SkPoint.h"
|
|
|
| static bool path_fill_type_is_winding(const GrStencilSettings& pathStencilSettings) {
|
| @@ -67,7 +68,7 @@ GrInOrderCommandBuilder::recordDrawPath(State* state,
|
|
|
| GrTargetCommands::Cmd*
|
| GrInOrderCommandBuilder::recordDrawPaths(State* state,
|
| - GrInOrderDrawBuffer* iodb,
|
| + GrBufferedDrawTarget* iodb,
|
| const GrPathProcessor* pathProc,
|
| const GrPathRange* pathRange,
|
| const void* indexValues,
|
|
|