Bug 1385461 - Re-sync LayerScopePacket.proto with the generated files. r?mattwoodrow draft
authorFrancois Marier <francois@mozilla.com>
Wed, 11 Oct 2017 16:15:57 -0700
changeset 683515 a4dbbdb5a40d3ba9862386b8fe73bb21cf869958
parent 682898 a04860cd9c8895aaaadaa32efec5e8b2cdcd24e8
child 683516 f94476e3463e63096f5f91b13b7b49a46a2d860d
push id85402
push userfmarier@mozilla.com
push dateThu, 19 Oct 2017 21:21:03 +0000
reviewersmattwoodrow
bugs1385461, 1317862, 1337130
milestone58.0a1
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
gfx/layers/protobuf/LayerScopePacket.proto
--- a/gfx/layers/protobuf/LayerScopePacket.proto
+++ b/gfx/layers/protobuf/LayerScopePacket.proto
@@ -72,18 +72,20 @@ message LayersPacket {
     enum LayerType {
       UnknownLayer = 0;
       LayerManager = 1;
       ContainerLayer = 2;
       PaintedLayer = 3;
       CanvasLayer = 4;
       ImageLayer = 5;
       ColorLayer = 6;
-      RefLayer = 7;
-      ReadbackLayer = 8;
+      TextLayer = 7;
+      RefLayer = 8;
+      ReadbackLayer = 9;
+      DisplayItemLayer = 10;
     }
     enum ScrollingDirect {
       VERTICAL = 1;
       HORIZONTAL = 2;
     }
     enum Filter {
       FILTER_FAST = 0; // deprecated
       FILTER_GOOD = 1;