| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index cf2f86ff9d3c54496b3b9ea98628d98032af6578..73018ee5df344a1cab620f1f3c1603beb75ca1b4 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -141,6 +141,7 @@ public:
|
| virtual void setPluginsEnabled(bool) = 0;
|
| virtual void setPrivilegedWebGLExtensionsEnabled(bool) = 0;
|
| virtual void setRenderVSyncNotificationEnabled(bool) = 0;
|
| + virtual void setRootLayerClipsContent(bool) = 0;
|
| virtual void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setSelectTrailingWhitespaceEnabled(bool) = 0;
|
| virtual void setSelectionIncludesAltImageText(bool) = 0;
|
|
|