| 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 178f6fd21cbe7459b889a919201e39b6676a586d..8f2c55f9f723e8248032d224c2fe46b4bcdd4a37 100644
|
| --- a/third_party/WebKit/public/web/WebSettings.h
|
| +++ b/third_party/WebKit/public/web/WebSettings.h
|
| @@ -215,6 +215,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;
|
|
|