Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/Popover.js

Issue 2834053004: DevTools: Fix timeline overview flickering (Closed)
Patch Set: addressing comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/ui/Popover.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Popover.js b/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
index 6c4790ab47b81557e9d79ce7d1cce6b2937b9ed5..6dd7e1ac03e08b6d264861c71c2c2f96a8f160cb 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/Popover.js
@@ -203,7 +203,6 @@ UI.PopoverHelper = class {
var popover = new UI.GlassPane();
popover.registerRequiredCSS('ui/popover.css');
popover.setSizeBehavior(UI.GlassPane.SizeBehavior.MeasureContent);
- popover.setBlockPointerEvents(false);
popover.setMarginBehavior(UI.GlassPane.MarginBehavior.Arrow);
var request = this._scheduledRequest;
request.show.call(null, popover).then(success => {

Powered by Google App Engine
This is Rietveld 408576698