| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index d17e6340b96bce01792e950e95d918790d915b3b..0b7086460585da816d324a9be91520e249cf08bb 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -95,6 +95,7 @@ public:
|
| virtual void inspectElementAt(const WebPoint& point);
|
| virtual void evaluateInWebInspector(long callId, const WebString& script);
|
| virtual void setProcessId(long);
|
| + virtual void setLayerTreeId(int);
|
|
|
| // InspectorClient implementation.
|
| virtual void highlight();
|
|
|