Bug 1385461 - Re-sync LayerScopePacket.proto with the generated files. r=mattwoodrow

This got out of sync in bug 1317862 and bug 1337130:

  https://hg.mozilla.org/mozilla-central/rev/f2d4190eaaf8
  https://hg.mozilla.org/mozilla-central/rev/48b29a84e4e5

MozReview-Commit-ID: H9PWK4O0GX

--HG--
extra : rebase_source : 346905f375b61af5c657c78b867710363b066102
This commit is contained in:
Francois Marier 2017-10-11 16:15:57 -07:00
parent 27b7485c40
commit c5abf40a20

View File

@ -77,8 +77,10 @@ message LayersPacket {
CanvasLayer = 4;
ImageLayer = 5;
ColorLayer = 6;
RefLayer = 7;
ReadbackLayer = 8;
TextLayer = 7;
RefLayer = 8;
ReadbackLayer = 9;
DisplayItemLayer = 10;
}
enum ScrollingDirect {
VERTICAL = 1;