Chromium Code Reviews| Index: pdf/instance.cc |
| diff --git a/pdf/instance.cc b/pdf/instance.cc |
| index 72b08af0b79c48d12aa4525b2adf2c374cc6e510..e49212281520ae2882a4ffd0e58dad2d6adb7ffb 100644 |
| --- a/pdf/instance.cc |
| +++ b/pdf/instance.cc |
| @@ -56,6 +56,8 @@ struct ToolbarButtonInfo { |
| PP_ResourceImage pressed; |
| }; |
| +const uint32 kBackgroundColor = 0xFFCCCCCC; |
|
raymes
2015/01/29 05:26:32
We need to call SetBackgroundColor in this file or
Alexandre Carlton
2015/01/29 06:05:17
Done.
|
| + |
| namespace { |
| // Uncomment following #define to enable thumbnails. |