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

Unified Diff: tools/cc-frame-viewer/src/quad_view_viewport.js

Issue 12260030: [cc-frame-viewer] Panoply of fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 7 years, 10 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 | « tools/cc-frame-viewer/src/model.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cc-frame-viewer/src/quad_view_viewport.js
diff --git a/tools/cc-frame-viewer/src/quad_view_viewport.js b/tools/cc-frame-viewer/src/quad_view_viewport.js
index 56bc54037f0af572774c359d0200b32c4cd9270e..8b09bdb6adb3e4b328047ae1405a75651033548a 100644
--- a/tools/cc-frame-viewer/src/quad_view_viewport.js
+++ b/tools/cc-frame-viewer/src/quad_view_viewport.js
@@ -79,6 +79,7 @@ base.exportTo('ccfv', function() {
world_rect.enlarge(world_pad);
this.worldRect = world_rect;
+ this.updateScale_();
this.updateTransform_();
this.didChange_();
},
« no previous file with comments | « tools/cc-frame-viewer/src/model.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698