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

Unified Diff: remoting/test/app_remoting_latency_test_fixture.cc

Issue 1219923011: Added image pattern comparison logic for test interface and fixture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Added unit tests for image comparison logic" Created 5 years, 5 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
Index: remoting/test/app_remoting_latency_test_fixture.cc
diff --git a/remoting/test/app_remoting_latency_test_fixture.cc b/remoting/test/app_remoting_latency_test_fixture.cc
index 775a11498a14f4a00c994d74bf22ca09a53b35e7..2a15ef4e9a4e948973bfa171bd7a5a2231702446 100644
--- a/remoting/test/app_remoting_latency_test_fixture.cc
+++ b/remoting/test/app_remoting_latency_test_fixture.cc
@@ -51,7 +51,7 @@ void AppRemotingLatencyTestFixture::TearDown() {
void AppRemotingLatencyTestFixture::SetExpectedImagePattern(
const webrtc::DesktopRect& expected_rect,
- const RgbaColor& expected_color) {
+ const uint32_t expected_color) {
DCHECK(thread_checker_.CalledOnValidThread());
joedow 2015/07/10 23:39:15 remove const
liaoyuke 2015/07/13 16:05:38 Done.
DCHECK(!run_loop_ || !run_loop_->running());

Powered by Google App Engine
This is Rietveld 408576698