| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index c03a43da5441570cb3df102af5f03d1cedbceeb4..37ae95b805cf35d6669dcf45aaf1f488445b3691 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -4057,4 +4057,8 @@ LayoutBox& FrameView::boxForScrollControlPaintInvalidation() const
|
| return *layoutView();
|
| }
|
|
|
| +void FrameView::purgeMemory(DeviceKind deviceKind)
|
| +{
|
| +}
|
| +
|
| } // namespace blink
|
|
|