Chromium Code Reviews| Index: Source/core/inspector/InspectorHighlight.h |
| diff --git a/Source/core/inspector/InspectorHighlight.h b/Source/core/inspector/InspectorHighlight.h |
| index 5549b36b02fa2f061fa46b0efc0cafd961ed8dd6..15bb3455c8611d6aa8d604e7f35a3ef77f3edb8e 100644 |
| --- a/Source/core/inspector/InspectorHighlight.h |
| +++ b/Source/core/inspector/InspectorHighlight.h |
| @@ -32,6 +32,7 @@ public: |
| bool showInfo; |
| bool showRulers; |
| bool showExtensionLines; |
| + bool showLayoutEditor; |
| }; |
| class CORE_EXPORT InspectorHighlight { |