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

Unified Diff: cc/output/overlay_processor.h

Issue 2017473002: cc: Lock resources directly in CALayerOverlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add operator= Created 4 years, 7 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/output/overlay_candidate.h ('k') | cc/output/overlay_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_processor.h
diff --git a/cc/output/overlay_processor.h b/cc/output/overlay_processor.h
index 01c28d253174aca976d65bff43138477b5146c4b..4fdcdcfb8002c264faa83bde8fd2eefbd2199e91 100644
--- a/cc/output/overlay_processor.h
+++ b/cc/output/overlay_processor.h
@@ -9,14 +9,17 @@
#include "base/macros.h"
#include "cc/base/cc_export.h"
-#include "cc/output/ca_layer_overlay.h"
-#include "cc/output/overlay_candidate.h"
#include "cc/quads/render_pass.h"
namespace cc {
+class CALayerOverlay;
class OutputSurface;
+class OverlayCandidate;
class ResourceProvider;
+typedef std::vector<CALayerOverlay> CALayerOverlayList;
+typedef std::vector<OverlayCandidate> OverlayCandidateList;
+
class CC_EXPORT OverlayProcessor {
public:
class CC_EXPORT Strategy {
« no previous file with comments | « cc/output/overlay_candidate.h ('k') | cc/output/overlay_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698