| Index: third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js b/third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js
|
| index 949a6fb49c2669038f16f9caf6613117a13497da..df3eda95da6b9a2838d7162ca1692470fb0ddb1b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js
|
| @@ -980,7 +980,7 @@ LayerViewer.LayerTextureManager = class {
|
| forceUpdate() {
|
| this._queue.forEach(layer => this._updateLayer(layer));
|
| this._queue = [];
|
| - this._throttler.flush();
|
| + this._update();
|
| }
|
|
|
| /**
|
|
|