| Index: pdf/out_of_process_instance.cc
|
| diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
| index b457b648dc400b7ff08a385869ad37287963cd6a..df881c5fada58a70748004cb95090572e325aea9 100644
|
| --- a/pdf/out_of_process_instance.cc
|
| +++ b/pdf/out_of_process_instance.cc
|
| @@ -54,7 +54,7 @@ const char kAccessibleCopyable[] = "copyable";
|
|
|
| // PDF background colors.
|
| const uint32 kBackgroundColor = 0xFFCCCCCC;
|
| -const uint32 kBackgroundColorMaterial = 0xFF424242;
|
| +const uint32 kBackgroundColorMaterial = 0xFF525659;
|
|
|
| // Constants used in handling postMessage() messages.
|
| const char kType[] = "type";
|
|
|