| Index: src/gpu/GrDrawTarget.cpp
|
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
|
| index 3d5f4288f441311c36b4e0e7bf5a7e1380c0c1b4..e7c1c8b5c14a93733bfca40cd8a7b99a82f7b4dd 100644
|
| --- a/src/gpu/GrDrawTarget.cpp
|
| +++ b/src/gpu/GrDrawTarget.cpp
|
| @@ -395,7 +395,7 @@ void GrDrawTarget::recordBatch(GrBatch* batch) {
|
| static const int kMaxLookback = 10;
|
|
|
| GrBATCH_INFO("Re-Recording (%s, B%u)\n"
|
| - "\tBounds (%f, %f, %f, %f)\n",
|
| + "\tBounds LRTB (%f, %f, %f, %f)\n",
|
| batch->name(),
|
| batch->uniqueID(),
|
| batch->bounds().fLeft, batch->bounds().fRight,
|
|
|