| Index: Source/devtools/front_end/layers/LayersPanel.js
|
| diff --git a/Source/devtools/front_end/layers/LayersPanel.js b/Source/devtools/front_end/layers/LayersPanel.js
|
| index 36383538be8e336e78e91c80f139af3d5e729f38..2e7e82b45b14c5f470b432d1cb69b1d01958232e 100644
|
| --- a/Source/devtools/front_end/layers/LayersPanel.js
|
| +++ b/Source/devtools/front_end/layers/LayersPanel.js
|
| @@ -28,6 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +importScript("LayerTreeOutline.js");
|
| +importScript("LayerDetailsView.js");
|
| +importScript("LayerPaintProfilerView.js");
|
| +
|
| /**
|
| * @constructor
|
| * @extends {WebInspector.PanelWithSidebarTree}
|
|
|