| Index: cc/output/begin_frame_args.h
|
| diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
|
| index 10f7f28aa346f1e1ad99cd23e8986d95f3921de5..60788f7b1267a5ea8a614a03d4f8ce437c5dc76f 100644
|
| --- a/cc/output/begin_frame_args.h
|
| +++ b/cc/output/begin_frame_args.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| -#include "cc/base/cc_export.h"
|
|
|
| namespace base {
|
| namespace trace_event {
|
| @@ -36,7 +35,7 @@ class TracedValue;
|
|
|
| namespace cc {
|
|
|
| -struct CC_EXPORT BeginFrameArgs {
|
| +struct BeginFrameArgs {
|
| enum BeginFrameArgsType {
|
| INVALID,
|
| NORMAL,
|
|
|