compositing: Send mouse events to the right pipeline when using

WebRender.

Fixes mouse events in browser.html.

Requires servo/webrender_traits#47 and servo/webrender#272.
This commit is contained in:
Patrick Walton 2016-05-03 18:37:49 -07:00
parent b4f573db1a
commit 91907f563b
7 changed files with 73 additions and 61 deletions

View file

@ -2,10 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#version 150
#define SERVO_GL3
precision highp float;
uniform sampler2D sDiffuse;
uniform sampler2D sMask;
uniform vec4 uBlendParams;

View file

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#version 150
#define SERVO_GL3
uniform mat4 uTransform;