| Index: Source/web/WebPluginContainerImpl.h
|
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
|
| index 653a477078217a4fbe8e954d299c07571293ec42..8ce802389f43761120057b535e3e9ece046b010d 100644
|
| --- a/Source/web/WebPluginContainerImpl.h
|
| +++ b/Source/web/WebPluginContainerImpl.h
|
| @@ -187,11 +187,10 @@ private:
|
| void focusPlugin();
|
|
|
| void calculateGeometry(
|
| - const IntRect& frameRect,
|
| IntRect& windowRect,
|
| IntRect& clipRect,
|
| + IntRect& unobscuredRect,
|
| Vector<IntRect>& cutOutRects);
|
| - IntRect windowClipRect() const;
|
| void windowCutOutRects(
|
| const IntRect& frameRect,
|
| Vector<IntRect>& cutOutRects);
|
|
|