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

Unified Diff: cc/blimp/remote_compositor_bridge_client.h

Issue 2384333002: Revert of cc/blimp: Add a LayerTreeHostRemote implementation. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « cc/blimp/remote_compositor_bridge.cc ('k') | cc/test/fake_remote_compositor_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/remote_compositor_bridge_client.h
diff --git a/cc/blimp/remote_compositor_bridge_client.h b/cc/blimp/remote_compositor_bridge_client.h
deleted file mode 100644
index 434dd0abfae24bbc7a14c9148176e23236ddeb37..0000000000000000000000000000000000000000
--- a/cc/blimp/remote_compositor_bridge_client.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2016 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_BLIMP_REMOTE_COMPOSITOR_BRIDGE_CLIENT_H_
-#define CC_BLIMP_REMOTE_COMPOSITOR_BRIDGE_CLIENT_H_
-
-#include "base/macros.h"
-#include "cc/base/cc_export.h"
-
-namespace base {
-class SingleThreadTaskRunner;
-} // namespace base
-
-namespace cc {
-class CompositorProtoState;
-
-class CC_EXPORT RemoteCompositorBridgeClient {
- public:
- virtual ~RemoteCompositorBridgeClient() {}
-
- // Called in response to a ScheduleMainFrame request made on the
- // RemoteCompositorBridge.
- // Note: The method should always be invoked asynchronously after the request
- // is made.
- virtual void BeginMainFrame() = 0;
-};
-
-} // namespace cc
-
-#endif // CC_BLIMP_REMOTE_COMPOSITOR_BRIDGE_CLIENT_H_
« no previous file with comments | « cc/blimp/remote_compositor_bridge.cc ('k') | cc/test/fake_remote_compositor_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698