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..037d6844a54e9b0c50dc6781b545550a9bd4cf19 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 showWYSIWYGEditor; |
| }; |
| class CORE_EXPORT InspectorHighlight { |