| Index: ui/views/controls/webview/webview.h
|
| diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
|
| index 9ff7c7f6091ac38865ed7da840fe92bb111d9f3c..c44ce43404ce1c0ef47ce5674a51a9960440f00b 100644
|
| --- a/ui/views/controls/webview/webview.h
|
| +++ b/ui/views/controls/webview/webview.h
|
| @@ -115,6 +115,7 @@ class WEBVIEW_EXPORT WebView : public View,
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
| gfx::NativeViewAccessible GetNativeViewAccessible() override;
|
| gfx::Size GetPreferredSize() const override;
|
| + void OnPaintBackground(gfx::Canvas* canvas);
|
|
|
| // Overridden from content::RenderProcessHostObserver:
|
| void RenderProcessExited(content::RenderProcessHost* host,
|
|
|