| Index: public/web/WebWidget.h
|
| diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
|
| index d191c26e509affb2483959ea816c4429e4b67782..d43ef2fdd867c124fac19b557fdd30e9dbc79ea0 100644
|
| --- a/public/web/WebWidget.h
|
| +++ b/public/web/WebWidget.h
|
| @@ -52,6 +52,7 @@ class WebString;
|
| class WebWidgetClient;
|
| struct WebPoint;
|
| struct WebRenderingStats;
|
| +struct WebTeleportValue;
|
| template <typename T> class WebVector;
|
|
|
| class WebWidget {
|
| @@ -161,6 +162,10 @@ public:
|
| float scaleFactor,
|
| float topControlsDelta) { }
|
|
|
| + // Applies values that were updated via compositor driven effects to their
|
| + // correspending main thread counterparts.
|
| + virtual void applyTeleportValues(const WebVector<WebTeleportValue>& values) { }
|
| +
|
| // Called to inform the WebWidget that mouse capture was lost.
|
| virtual void mouseCaptureLost() { }
|
|
|
|
|