| Index: sky/engine/public/web/WebSettings.h
|
| diff --git a/sky/engine/public/web/WebSettings.h b/sky/engine/public/web/WebSettings.h
|
| index e342c96b2366fbc17803692cc8c0fd72098661de..ae6844d4cd5f4b5600b32d7b088db91633080583 100644
|
| --- a/sky/engine/public/web/WebSettings.h
|
| +++ b/sky/engine/public/web/WebSettings.h
|
| @@ -84,9 +84,6 @@ public:
|
| virtual bool shrinksViewportContentToFit() const = 0;
|
| virtual void setAccelerated2dCanvasEnabled(bool) = 0;
|
| virtual void setAccelerated2dCanvasMSAASampleCount(int) = 0;
|
| - virtual void setPreferCompositingToLCDTextEnabled(bool) = 0;
|
| - // Not implemented yet, see http://crbug.com/178119
|
| - virtual void setAcceleratedCompositingForTransitionEnabled(bool) { };
|
| // If set to true, allows frames with an https origin to display passive
|
| // contents at an insecure URL. Otherwise, disallows it. The
|
| // FrameLoaderClient set to the frame may override the value set by this
|
|
|