| Index: ppapi/cpp/dev/printing_dev.cc
|
| diff --git a/ppapi/cpp/dev/printing_dev.cc b/ppapi/cpp/dev/printing_dev.cc
|
| index ee2f381a8fa8fa5d30fc61a4a3f87237b46b6ef0..8c307251fbac70261bd2fa8089976449852f8966 100644
|
| --- a/ppapi/cpp/dev/printing_dev.cc
|
| +++ b/ppapi/cpp/dev/printing_dev.cc
|
| @@ -92,7 +92,7 @@ bool Printing_Dev::IsAvailable() {
|
| }
|
|
|
| bool Printing_Dev::GetDefaultPrintSettings(
|
| - PP_PrintSettings_Dev* print_settings) {
|
| + PP_PrintSettings_Dev* print_settings) const {
|
| if (!has_interface<PPB_Printing_Dev_0_6>())
|
| return false;
|
| return PP_ToBool(
|
|
|