| 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 ef17af89c831f7fd9a399c98530070edbaea6e41..79b8b3c6e2260a1c650e7458634cd214f566c652 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -214,6 +214,7 @@ class WebSettings {
|
| virtual void setPictographFontFamily(const WebString&,
|
| UScriptCode = USCRIPT_COMMON) = 0;
|
| virtual void setPluginsEnabled(bool) = 0;
|
| + virtual void setEncryptedMediaEnabled(bool) = 0;
|
| virtual void setPresentationReceiver(bool) = 0;
|
| virtual void setAvailablePointerTypes(int) = 0;
|
| virtual void setPrimaryPointerType(PointerType) = 0;
|
|
|