Chromium Code Reviews| 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..3abebeb3ea5fcbe8542ab0c64f3cb272bae32039 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; |
|
jbroman
2016/01/27 01:47:14
Please don't put this field outside of the parenth
pdr.
2016/01/27 05:07:46
This was not intentional. Fixed.
|
| } |
| void PrintTo(const PaintChunkProperties& properties, std::ostream* os) |