| Index: third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| index d8e1ef862ae087126c1c58a36b33484746970331..d70685c6c49cbbae717f15cbe66f42b218157010 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHighlight.h
|
| @@ -45,7 +45,7 @@ public:
|
| class CORE_EXPORT InspectorHighlight {
|
| STACK_ALLOCATED();
|
| public:
|
| - InspectorHighlight(Node*, const InspectorHighlightConfig&, bool appendElementInfo);
|
| + InspectorHighlight(Node*, const InspectorHighlightConfig&, bool appendElementInfo, float windowToViewportScale);
|
| InspectorHighlight();
|
| ~InspectorHighlight();
|
|
|
| @@ -67,6 +67,8 @@ private:
|
| bool m_showRulers;
|
| bool m_showExtensionLines;
|
| bool m_displayAsMaterial;
|
| +
|
| + float m_windowToViewportScale;
|
| };
|
|
|
| } // namespace blink
|
|
|