| 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 55aad9a7d7b693e3afda2f7504170161a99411a5..ac44e9d85fa60eae8ca0b69b1dec3560e3e891eb 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -79,7 +79,7 @@ typedef unsigned long long DOMTimeStamp;
|
| class CORE_EXPORT FrameView final : public Widget, public ScrollableArea {
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FrameView);
|
|
|
| - friend class DisplayItemListPaintTestForSlimmingPaintV2;
|
| + friend class PaintControllerPaintTestForSlimmingPaintV2;
|
| friend class Internals;
|
| friend class LayoutPart; // for invalidateTreeIfNeeded
|
|
|
|
|