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: blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc

Issue 2494623002: cc: Remove client/engine LayerTreeHostInProcess. (Closed)
Patch Set: .. 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 | « blimp/engine/renderer/blimp_remote_compositor_bridge.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc
diff --git a/blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc b/blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc
index fe9ae4c9457375eb2d26a7f691e6c0c2d187c1d0..906cb11fa0f9d5d508d3c4a9373ac8042bdfe27b 100644
--- a/blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc
+++ b/blimp/engine/renderer/blimp_remote_compositor_bridge_unittest.cc
@@ -18,7 +18,7 @@ namespace {
class BlimpRemoteCompositorBridgeTest : public testing::Test,
public cc::RemoteCompositorBridgeClient,
- public cc::RemoteProtoChannel {
+ public content::RemoteProtoChannel {
public:
BlimpRemoteCompositorBridgeTest() = default;
~BlimpRemoteCompositorBridgeTest() override = default;
@@ -95,7 +95,7 @@ class BlimpRemoteCompositorBridgeTest : public testing::Test,
protected:
base::MessageLoop loop_;
std::unique_ptr<BlimpRemoteCompositorBridge> remote_compositor_bridge_;
- cc::RemoteProtoChannel::ProtoReceiver* proto_receiver_ = nullptr;
+ content::RemoteProtoChannel::ProtoReceiver* proto_receiver_ = nullptr;
private:
int num_of_frames_sent_ = 0;
« no previous file with comments | « blimp/engine/renderer/blimp_remote_compositor_bridge.cc ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698