summaryrefslogtreecommitdiff
path: root/Source/Platform/chromium/public/WebLayerTreeViewClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Platform/chromium/public/WebLayerTreeViewClient.h')
-rw-r--r--Source/Platform/chromium/public/WebLayerTreeViewClient.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Platform/chromium/public/WebLayerTreeViewClient.h b/Source/Platform/chromium/public/WebLayerTreeViewClient.h
index dfb4e8161..46b044a30 100644
--- a/Source/Platform/chromium/public/WebLayerTreeViewClient.h
+++ b/Source/Platform/chromium/public/WebLayerTreeViewClient.h
@@ -28,8 +28,9 @@
namespace WebKit {
class WebCompositorOutputSurface;
-struct WebSize;
+class WebInputHandler;
class WebThread;
+struct WebSize;
class WebLayerTreeViewClient {
public:
@@ -72,6 +73,8 @@ public:
// 3D context event).
virtual void didRecreateOutputSurface(bool success) { }
+ virtual WebInputHandler* createInputHandler() { return 0; }
+
// Indicates that a frame will be committed to the impl side of the compositor
// for rendering.
virtual void willCommit() { }