| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index f0676613e02c9a0417db54cb80a3515ff6af30fd..b3807dfd134ecabbddb63f436ea133708743a3e4 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -203,7 +203,7 @@ class CORE_EXPORT ChromeClient : public HostWindow {
|
| virtual void setToolTip(LocalFrame&, const String&, TextDirection) = 0;
|
| void clearToolTip(LocalFrame&);
|
|
|
| - void print(LocalFrame*);
|
| + bool print(LocalFrame*);
|
|
|
| virtual void annotatedRegionsChanged() = 0;
|
|
|
|
|