| Index: third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h | 
| diff --git a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h | 
| index b73ee051f93638fc155300776afc08d881ab8afe..380efe9b45c8d0d1a92a44ed5c58afa42a436fcd 100644 | 
| --- a/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h | 
| +++ b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h | 
| @@ -179,6 +179,7 @@ extern const PLATFORM_EXPORT FeaturePolicy::Feature kDocumentCookie; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kDocumentDomain; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kDocumentWrite; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kGeolocationFeature; | 
| +extern const PLATFORM_EXPORT FeaturePolicy::Feature kFullscreenFeature; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kMidiFeature; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kNotificationsFeature; | 
| extern const PLATFORM_EXPORT FeaturePolicy::Feature kPaymentFeature; | 
|  |