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

Side by Side Diff: src/animator/SkDump.cpp

Issue 12772003: Removed unused parameters (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/animator/SkDrawGroup.cpp ('k') | src/animator/SkHitClear.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2006 The Android Open Source Project 3 * Copyright 2006 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #include "SkDump.h" 10 #include "SkDump.h"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 SK_MEMBER_PROPERTY(groups, Boolean), 128 SK_MEMBER_PROPERTY(groups, Boolean),
129 SK_MEMBER_PROPERTY(name, String), 129 SK_MEMBER_PROPERTY(name, String),
130 SK_MEMBER_PROPERTY(posts, Boolean), 130 SK_MEMBER_PROPERTY(posts, Boolean),
131 SK_MEMBER_PROPERTY(script, String) 131 SK_MEMBER_PROPERTY(script, String)
132 }; 132 };
133 133
134 #endif 134 #endif
135 135
136 DEFINE_GET_MEMBER(SkDump); 136 DEFINE_GET_MEMBER(SkDump);
137 137
138 bool SkDump::enable(SkAnimateMaker& maker ) { 138 bool SkDump::enable(SkAnimateMaker&) {
139 return true; 139 return true;
140 } 140 }
141 141
142 bool SkDump::hasEnable() const { 142 bool SkDump::hasEnable() const {
143 return true; 143 return true;
144 } 144 }
145 145
146 bool SkDump::setProperty(int index, SkScriptValue& ) { 146 bool SkDump::setProperty(int index, SkScriptValue&) {
147 return index <= SK_PROPERTY(posts); 147 return index <= SK_PROPERTY(posts);
148 } 148 }
149 149
150 #endif 150 #endif
OLDNEW
« no previous file with comments | « src/animator/SkDrawGroup.cpp ('k') | src/animator/SkHitClear.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698