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

Unified Diff: cc/blimp/compositor_proto_state.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/BUILD.gn ('k') | cc/blimp/compositor_proto_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/compositor_proto_state.h
diff --git a/cc/blimp/compositor_proto_state.h b/cc/blimp/compositor_proto_state.h
deleted file mode 100644
index 536cb6858e8630cc1635522a63035af703191518..0000000000000000000000000000000000000000
--- a/cc/blimp/compositor_proto_state.h
+++ /dev/null
@@ -1,33 +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_COMPOSITOR_PROTO_STATE_H_
-#define CC_BLIMP_COMPOSITOR_PROTO_STATE_H_
-
-#include <vector>
-
-#include "base/macros.h"
-#include "cc/base/cc_export.h"
-
-namespace cc {
-class SwapPromise;
-
-class CC_EXPORT CompositorProtoState {
- public:
- CompositorProtoState();
- ~CompositorProtoState();
-
- // The SwapPromises associated with this frame update.
- std::vector<SwapPromise> swap_promises;
-
- // TODO(khushalsagar): Add serialized representation of the layers, layer tree
- // and display lists.
-
- private:
- DISALLOW_COPY_AND_ASSIGN(CompositorProtoState);
-};
-
-} // namespace cc
-
-#endif // CC_BLIMP_COMPOSITOR_PROTO_STATE_H_
« no previous file with comments | « cc/BUILD.gn ('k') | cc/blimp/compositor_proto_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698