| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 5c414251a3bcf7ea3e3e9a35748f5708795a7d50..4924379a45cfd77dec1a2db9b37077add54dffab 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -96,6 +96,8 @@ class TransformState;
|
| struct AnnotatedRegionValue;
|
| struct CompositedSelection;
|
|
|
| +CORE_EXPORT int* frameCounts();
|
| +
|
| typedef unsigned long long DOMTimeStamp;
|
|
|
| class CORE_EXPORT FrameView final
|
|
|