Index: third_party/WebKit/Source/platform/testing/PaintPrinters.cpp |
diff --git a/third_party/WebKit/Source/platform/testing/PaintPrinters.cpp b/third_party/WebKit/Source/platform/testing/PaintPrinters.cpp |
index 03852cde0a69fa60ae10c3afb2c8894788f1a638..259d82febd6aa3de93b6cdd4191bd7b0429ff0c5 100644 |
--- a/third_party/WebKit/Source/platform/testing/PaintPrinters.cpp |
+++ b/third_party/WebKit/Source/platform/testing/PaintPrinters.cpp |
@@ -49,7 +49,7 @@ void PrintTo(const PaintChunk& chunk, std::ostream* os) |
PrintTo(chunk.properties, os); |
*os << ", bounds="; |
PrintTo(chunk.bounds, os); |
- *os << ")"; |
+ *os << ", knownToBeOpaque=" << chunk.knownToBeOpaque << ")"; |
} |
void PrintTo(const PaintChunkProperties& properties, std::ostream* os) |