Index: public/web/WebPlugin.h |
diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h |
index 6b84860c21f2aa8de5ee6c1823fc30085a5bc02c..ee900d91b00cc25797913386795484f399a8ea70 100644 |
--- a/public/web/WebPlugin.h |
+++ b/public/web/WebPlugin.h |
@@ -91,8 +91,9 @@ public: |
// Coordinates are relative to the containing window. |
virtual void updateGeometry( |
- const WebRect& frameRect, const WebRect& clipRect, |
- const WebVector<WebRect>& cutOutsRects, bool isVisible) = 0; |
+ const WebRect& windowRect, const WebRect& clipRect, |
+ const WebRect& unobscuredRect, const WebVector<WebRect>& cutOutsRects, |
+ bool isVisible) = 0; |
piman
2015/03/24 23:59:21
You'll need to stage this change, e.g. by first pr
tommycli
2015/03/25 20:18:35
Done. I staged this by:
a) Adding both versions t
|
virtual void updateFocus(bool focused, WebFocusType) = 0; |