| Index: Source/web/WebPluginContainerImpl.h
|
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
|
| index 687defbeedfd98cc7462eba8376d2b8b35806fff..1d121c380dd101168a64a4d352bc8d9f7775d957 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);
|
|
|