Chromium Code Reviews

Unified Diff: cc/trees/proxy_common.h

Issue 2503283002: cc: Cleanup class/struct forward declarations (Closed)
Patch Set: Add missing fwd class decl in blimp_embedder_compositor.h Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy_common.h
diff --git a/cc/trees/proxy_common.h b/cc/trees/proxy_common.h
index a1346833d7cfcddd29122d0e038af9a48d72ec8b..69ffcfda262e87e7cc4d4d3cb249603f071da4ac 100644
--- a/cc/trees/proxy_common.h
+++ b/cc/trees/proxy_common.h
@@ -14,8 +14,6 @@
namespace cc {
-class LayerTreeHost;
-
using BeginFrameCallbackList = std::vector<base::Closure>;
struct CC_EXPORT BeginMainFrameAndCommitState {
« no previous file with comments | « cc/trees/proxy.h ('k') | cc/trees/proxy_main.h » ('j') | no next file with comments »

Powered by Google App Engine