Index: public/web/WebSettings.h |
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
index 9f012661ecb1bcfbcc79ddb9238ab8e389d7e872..da2fd18dfdf315cfcad66ab141f0ddacd06588d9 100644 |
--- a/public/web/WebSettings.h |
+++ b/public/web/WebSettings.h |
@@ -210,6 +210,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; |