| Index: tools/skiaserve/Request.cpp
|
| diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp
|
| index a893d0a1ddfe7fdc837da3776a0d9530285235ef..92e18fda51fd233fd8ed4c7d23cac941dae04be5 100644
|
| --- a/tools/skiaserve/Request.cpp
|
| +++ b/tools/skiaserve/Request.cpp
|
| @@ -181,6 +181,7 @@ SkData* Request::getJsonOps(int n) {
|
| SkCanvas* canvas = this->getCanvas();
|
| Json::Value root = fDebugCanvas->toJSON(fUrlDataManager, n, canvas);
|
| root["mode"] = Json::Value(fGPUEnabled ? "gpu" : "cpu");
|
| + root["drawGpuBatchBounds"] = Json::Value(fDebugCanvas->getDrawGpuBatchBounds());
|
| SkDynamicMemoryWStream stream;
|
| stream.writeText(Json::FastWriter().write(root).c_str());
|
|
|
|
|