| Index: pdf/paint_manager.h
|
| diff --git a/pdf/paint_manager.h b/pdf/paint_manager.h
|
| index 16dcb773782ff6d4ed26593ad534cfd4d6c46616..0ce0db843582f35c5d51987b9d4de58a11e6c93a 100644
|
| --- a/pdf/paint_manager.h
|
| +++ b/pdf/paint_manager.h
|
| @@ -116,7 +116,8 @@ class PaintManager {
|
|
|
| // You must call this function before using if you use the 0-arg constructor.
|
| // See the constructor for what these arguments mean.
|
| - void Initialize(pp::Instance* instance, Client* client,
|
| + void Initialize(pp::Instance* instance,
|
| + Client* client,
|
| bool is_always_opaque);
|
|
|
| // Sets the size of the plugin. If the size is the same as the previous call,
|
|
|