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

Unified Diff: tracing/tracing/ui/base/drag_handle.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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
« no previous file with comments | « tracing/tracing/ui/base/chart_base_2d.html ('k') | tracing/tracing/ui/base/line_chart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/drag_handle.html
diff --git a/tracing/tracing/ui/base/drag_handle.html b/tracing/tracing/ui/base/drag_handle.html
index d7238066c2e99f85de31f939cd4f531cd5749fb9..032705b8ff0a4b68c0f1fd01227f3e38445129c0 100644
--- a/tracing/tracing/ui/base/drag_handle.html
+++ b/tracing/tracing/ui/base/drag_handle.html
@@ -51,8 +51,6 @@ found in the LICENSE file.
Polymer({
is: 'tr-ui-b-drag-handle',
- __proto__: HTMLDivElement.prototype,
-
created: function() {
this.lastMousePos_ = 0;
this.onMouseMove_ = this.onMouseMove_.bind(this);
@@ -141,6 +139,7 @@ Polymer({
setTargetSize_: function(s) {
this.target_.style[this.targetStyleKey_] = s + 'px';
this.targetSizesByModeKey_[this.modeKey_] = s;
+ tr.b.dispatchSimpleEvent(this, 'drag-handle-resize', true, false);
},
applyDelta_: function(delta) {
« no previous file with comments | « tracing/tracing/ui/base/chart_base_2d.html ('k') | tracing/tracing/ui/base/line_chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698