diff options
Diffstat (limited to 'content/common/frame_param.h')
-rw-r--r-- | content/common/frame_param.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/common/frame_param.h b/content/common/frame_param.h new file mode 100644 index 0000000..29c4010 --- /dev/null +++ b/content/common/frame_param.h @@ -0,0 +1,10 @@ +// Copyright 2014 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 CONTENT_COMMON_FRAME_PARAM_H_ +#define CONTENT_COMMON_FRAME_PARAM_H_ + +#include "content/common/frame_param_macros.h" + +#endif // CONTENT_COMMON_FRAME_PARAM_H_ |