Chromium Code Reviews| Index: Source/web/WebPluginContainerImpl.h |
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h |
| index 5f390335640575b745605eefe4bba6c2d88cb172..34fd7635d27b8b9b1d6842b0e92614c47ca114ad 100644 |
| --- a/Source/web/WebPluginContainerImpl.h |
| +++ b/Source/web/WebPluginContainerImpl.h |
| @@ -168,6 +168,7 @@ public: |
| void willEndLiveResize(); |
| bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&); |
| + friend void handleCopyKeyboardEventsTest(WebPluginContainerImpl*, KeyboardEvent*); |
|
aelias_OOO_until_Jul13
2014/10/10 04:38:32
Can you avoid this by calling handleEvent() instea
|
| #if ENABLE(OILPAN) |
| virtual void detach() override; |