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

Unified Diff: cc/test/fake_channel_impl.h

Issue 2513863002: cc: Delete channel abstraction between proxies. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « cc/BUILD.gn ('k') | cc/test/fake_channel_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_channel_impl.h
diff --git a/cc/test/fake_channel_impl.h b/cc/test/fake_channel_impl.h
deleted file mode 100644
index 7ef279c540276728ae16265f46f3503b9b186935..0000000000000000000000000000000000000000
--- a/cc/test/fake_channel_impl.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_TEST_FAKE_CHANNEL_IMPL_H_
-#define CC_TEST_FAKE_CHANNEL_IMPL_H_
-
-#include "base/macros.h"
-#include "cc/trees/channel_impl.h"
-
-namespace cc {
-
-class FakeChannelImpl : public ChannelImpl {
- public:
- FakeChannelImpl();
-
- ~FakeChannelImpl() override {}
-
- void DidReceiveCompositorFrameAck() override {}
- void BeginMainFrameNotExpectedSoon() override {}
- void DidCommitAndDrawFrame() override {}
- void SetAnimationEvents(std::unique_ptr<MutatorEvents> queue) override;
- void DidLoseCompositorFrameSink() override {}
- void RequestNewCompositorFrameSink() override {}
- void DidInitializeCompositorFrameSink(bool success) override {}
- void DidCompletePageScaleAnimation() override {}
- void BeginMainFrame(std::unique_ptr<BeginMainFrameAndCommitState>
- begin_main_frame_state) override {}
-};
-
-} // namespace cc
-
-#endif // CC_TEST_FAKE_CHANNEL_IMPL_H_
« no previous file with comments | « cc/BUILD.gn ('k') | cc/test/fake_channel_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698