| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 94afed2eea36a4be97d9baa64310b4dbdb4cc940..ff2d275ea8216f200aea75e6a9ffc19a8aa0a1a7 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -260,6 +260,7 @@ public:
|
| virtual void setContinuousPaintingEnabled(bool) OVERRIDE;
|
| virtual void setShowScrollBottleneckRects(bool) OVERRIDE;
|
| virtual void getSelectionRootBounds(WebRect& bounds) const OVERRIDE;
|
| + virtual void acceptLanguagesChanged() OVERRIDE;
|
|
|
| // WebViewImpl
|
|
|
|
|