Merge "tests: fix Continue() signatures"
authorJohn Koleszar <jkoleszar@google.com>
Wed, 8 Aug 2012 18:24:42 +0000 (11:24 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Wed, 8 Aug 2012 18:24:42 +0000 (11:24 -0700)
1  2 
test/keyframe_test.cc

@@@ -24,10 -24,9 +24,10 @@@ class KeyframeTest : public ::libvpx_te
      kf_count_ = 0;
      kf_count_max_ = INT_MAX;
      kf_do_force_kf_ = false;
 +    set_cpu_used_ = 0;
    }
  
-   virtual bool Continue() {
+   virtual bool Continue() const {
      return !HasFatalFailure() && !abort_;
    }