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

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

Issue 12287014: [cc-frame-viewer] Show layers and levels of detail (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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_view_test.html ('k') | tools/cc-frame-viewer/src/quad_view_viewport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cc-frame-viewer/src/quad_view.js
diff --git a/tools/cc-frame-viewer/src/quad_view.js b/tools/cc-frame-viewer/src/quad_view.js
index 2aa400b36a8f7f32d209f5a587a4544162a189e9..d74638087ae4ed54405ce7e656333f97f4193b0d 100644
--- a/tools/cc-frame-viewer/src/quad_view.js
+++ b/tools/cc-frame-viewer/src/quad_view.js
@@ -206,6 +206,7 @@ base.exportTo('ccfv', function() {
var e = new base.Event('selection-changed');
e.selection = selection;
this.dispatchEvent(e);
+ this.viewport_.forceRedrawAll();
},
findQuadsAtCanvasClientPoint: function(clientX, clientY) {
« no previous file with comments | « tools/cc-frame-viewer/src/model_view_test.html ('k') | tools/cc-frame-viewer/src/quad_view_viewport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698