Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: public/web/WebWidget.h

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebViewClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() { }
« no previous file with comments | « public/web/WebViewClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698