| Index: third_party/WebKit/public/web/WebSettings.h
|
| diff --git a/third_party/WebKit/public/web/WebSettings.h b/third_party/WebKit/public/web/WebSettings.h
|
| index 21360081b64166acbbeebe0ec8693baeefb537c3..b1853daf89ad82b67e537e7d65aab0aa7cd5b037 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -118,7 +118,6 @@ public:
|
| virtual bool mainFrameResizesAreOrientationChanges() const = 0;
|
| virtual bool shrinksViewportContentToFit() const = 0;
|
| virtual bool viewportEnabled() const = 0;
|
| - virtual void setAccelerated2dCanvasEnabled(bool) = 0;
|
| virtual void setAccelerated2dCanvasMSAASampleCount(int) = 0;
|
| virtual void setAcceleratedCompositingEnabled(bool) = 0;
|
| virtual void setPreferCompositingToLCDTextEnabled(bool) = 0;
|
|
|