blob: a6d56e4a407f820c685641227f0cd92c189423b2 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_
// Including the actual file that defines the WebFeature enum, like we do here,
// is heavy on the compiler. Those who do not need the definition, but could do
// with just a forward-declaration, should include WebFeatureForward.h instead.
#include "third_party/blink/public/platform/web_feature.mojom-blink.h"
namespace blink {
using WebFeature = mojom::WebFeature;
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_WEB_FEATURE_H_