| 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 dad54dbea510b74a6bf477de4479c2712a8e856e..3b91b96eae48304b1486dc0520a958a987a003de 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
|
| @@ -199,6 +199,8 @@ private:
|
| const IntRect& frameRect,
|
| Vector<IntRect>& cutOutRects);
|
|
|
| + friend class WebPluginContainerTest;
|
| +
|
| RawPtrWillBeMember<HTMLPlugInElement> m_element;
|
| WebPlugin* m_webPlugin;
|
| #if !ENABLE(OILPAN)
|
|
|