electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

fix: add patch to re-enable osr MouseWheelPhaseHandler #649

Closed codebytere closed 6 years ago

codebytere commented 6 years ago

Backport this commit from CEF in order to add MouseWheelPhaseHandler in osr.

Related: https://github.com/electron/electron/pull/14074

/cc @brenca @alexeykuzmin @deepak1556

codebytere commented 6 years ago

Seeing patch failed, but running

script/patch.py -r src -p src patches/common/chromium/enable_osr_components.patch`

reported All patches applied. 🤔

deepak1556 commented 6 years ago

The patch seems to be from a relatively newer chromium version, can you try creating the patch from libcc master ?