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

Unified Diff: client/view/ConveyorView.dart

Issue 8966029: Report errors and warnings for hiding elements, issue 572. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for comments Created 9 years 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 | « client/touch/Momentum.dart ('k') | compiler/java/com/google/dart/compiler/resolver/ClassScope.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/view/ConveyorView.dart
diff --git a/client/view/ConveyorView.dart b/client/view/ConveyorView.dart
index efcec80d40a528a8041af17c8d8f43e8dbd114d5..da62fed370805c3c233a523deddef4b42898f285 100644
--- a/client/view/ConveyorView.dart
+++ b/client/view/ConveyorView.dart
@@ -39,8 +39,8 @@ class ConveyorView extends CompositeView {
return result;
}
- void selectView(View targetView, [bool animate = true]) {
- selectedView = targetView;
+ void selectView(View targetView_, [bool animate = true]) {
+ selectedView = targetView_;
// Only animate if we're actually in the document now.
if (isRendered) {
« no previous file with comments | « client/touch/Momentum.dart ('k') | compiler/java/com/google/dart/compiler/resolver/ClassScope.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698