| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| index 5d2dbb4ef7e12f6c0341876286091041692b0fe4..c765b3a1a9a0d5b76e001000e70a40c43b23fa81 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -191,6 +191,8 @@ private:
|
| const IntRect& frameRect,
|
| Vector<IntRect>& cutOutRects);
|
|
|
| + friend class WebPluginContainerTest;
|
| +
|
| RawPtrWillBeMember<HTMLPlugInElement> m_element;
|
| WebPlugin* m_webPlugin;
|
|
|
|
|