| Index: pdf/instance.h
|
| diff --git a/pdf/instance.h b/pdf/instance.h
|
| index e5c2c5d1cbe9779a8acbdaacac921151302546cb..bdb524307f2e91dbbf10e501499aa679c17aca07 100644
|
| --- a/pdf/instance.h
|
| +++ b/pdf/instance.h
|
| @@ -174,6 +174,7 @@ class Instance : public pp::InstancePrivate,
|
| void DocumentLoadProgress(uint32 available, uint32 doc_size) override;
|
| void FormTextFieldFocusChange(bool in_focus) override;
|
| bool IsPrintPreview() override;
|
| + uint32 GetBackgroundColor() override;
|
|
|
| // ControlOwner implementation.
|
| void OnEvent(uint32 control_id, uint32 event_id, void* data) override;
|
|
|