| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index e4157304e6c1e6478cdcd68567d2108a9aabc14a..d4ce9eaa85853a29a06a12caab45ca9556ee7197 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -209,6 +209,7 @@ public:
|
| virtual void setPrimaryPointerType(PointerType) = 0;
|
| virtual void setAvailableHoverTypes(int) = 0;
|
| virtual void setPrimaryHoverType(HoverType) = 0;
|
| + virtual void setPreferHiddenVolumeControls(bool) = 0;
|
| virtual void setRenderVSyncNotificationEnabled(bool) = 0;
|
| virtual void setReportScreenSizeInPhysicalPixelsQuirk(bool) = 0;
|
| virtual void setRootLayerScrolls(bool) = 0;
|
|
|