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

Unified Diff: cc/output/overlay_candidate.h

Issue 1990773002: cc: Remove IOSurfaceDrawQuad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/gl_renderer_unittest.cc ('k') | cc/output/overlay_candidate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_candidate.h
diff --git a/cc/output/overlay_candidate.h b/cc/output/overlay_candidate.h
index adf837e72e026aee49600e5484e87e5a5d8364ec..7ced45c4f1b9b3f3595de974a6f1d1205d1822cb 100644
--- a/cc/output/overlay_candidate.h
+++ b/cc/output/overlay_candidate.h
@@ -23,7 +23,6 @@ class Rect;
namespace cc {
class DrawQuad;
-class IOSurfaceDrawQuad;
class StreamVideoDrawQuad;
class TextureDrawQuad;
class ResourceProvider;
@@ -90,9 +89,6 @@ class CC_EXPORT OverlayCandidate {
static bool FromStreamVideoQuad(ResourceProvider* resource_provider,
const StreamVideoDrawQuad* quad,
OverlayCandidate* candidate);
- static bool FromIOSurfaceQuad(ResourceProvider* resource_provider,
- const IOSurfaceDrawQuad* quad,
- OverlayCandidate* candidate);
};
typedef std::vector<OverlayCandidate> OverlayCandidateList;
« no previous file with comments | « cc/output/gl_renderer_unittest.cc ('k') | cc/output/overlay_candidate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698