| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 41b9513afce994b87eabc528b6424af651aa32a0..c2551147a8ac8ec2007ff6dd5822d587cd4dd776 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -73,6 +73,7 @@ public:
|
| // Not implemented yet, see http://crbug.com/178119
|
| virtual void setAcceleratedCompositingForTransitionEnabled(bool) { };
|
| virtual void setAcceleratedCompositingForPluginsEnabled(bool) = 0;
|
| + // FIXME: Remove this method after updating Chromium code. crbug.com/304900.
|
| virtual void setAcceleratedCompositingForScrollableFramesEnabled(bool) = 0;
|
| virtual void setAcceleratedCompositingForVideoEnabled(bool) = 0;
|
| virtual void setAllowDisplayOfInsecureContent(bool) = 0;
|
|
|