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

Unified Diff: cc/test/animation_timelines_test_common.h

Issue 1222243005: Fix unused variables errors in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nacl_private_fields
Patch Set: 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: cc/test/animation_timelines_test_common.h
diff --git a/cc/test/animation_timelines_test_common.h b/cc/test/animation_timelines_test_common.h
index e28926ce502c1070637865e62c36a63536e1d40a..e17d9e5d95b1a897394665c5278c6a2b065f4eaf 100644
--- a/cc/test/animation_timelines_test_common.h
+++ b/cc/test/animation_timelines_test_common.h
@@ -68,7 +68,7 @@ class TestLayer {
class TestHostClient : public MutatorHostClient {
public:
- explicit TestHostClient(ThreadInstance thread_instance);
+ TestHostClient();
~TestHostClient();
void ClearMutatedProperties();

Powered by Google App Engine
This is Rietveld 408576698