| Index: sky/engine/public/web/WebSettings.h
|
| diff --git a/sky/engine/public/web/WebSettings.h b/sky/engine/public/web/WebSettings.h
|
| index b30a589ad54351abebfb03d932c8d7d14fa4af00..d53701cd5a0c409619b9dc2a14a4753abb087a3b 100644
|
| --- a/sky/engine/public/web/WebSettings.h
|
| +++ b/sky/engine/public/web/WebSettings.h
|
| @@ -132,7 +132,6 @@ public:
|
| virtual void setSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setShouldClearDocumentBackground(bool) = 0;
|
| virtual void setShouldRespectImageOrientation(bool) = 0;
|
| - virtual void setShowFPSCounter(bool) = 0;
|
| virtual void setShowPaintRects(bool) = 0;
|
| virtual void setShrinksViewportContentToFit(bool) = 0;
|
| virtual void setSmartInsertDeleteEnabled(bool) = 0;
|
|
|