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

Unified Diff: dm/DMComparisonTask.cpp

Issue 32613003: DM: add --serialize (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: no-find-copies Created 7 years, 2 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 | « no previous file | dm/DMCpuTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMComparisonTask.cpp
diff --git a/dm/DMComparisonTask.cpp b/dm/DMComparisonTask.cpp
index 24976f011dcf98cffe4fac029a43c1d2f22488e3..bb4e656754325d0b07e52a16a214e87329dba99a 100644
--- a/dm/DMComparisonTask.cpp
+++ b/dm/DMComparisonTask.cpp
@@ -13,7 +13,7 @@ ComparisonTask::ComparisonTask(const Task& parent,
{}
void ComparisonTask::draw() {
- if (!meetsExpectations(fExpectations, fBitmap)) {
+ if (!MeetsExpectations(fExpectations, fBitmap)) {
this->fail();
}
}
« no previous file with comments | « no previous file | dm/DMCpuTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698