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

Unified Diff: content/browser/renderer_host/delegated_frame_host.h

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Scott's comments Created 4 years, 5 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
Index: content/browser/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index f0d6b2423ed5f86d4fb56156219d6b7748c8c45c..b818d77c1b846f9ef6119bae96ce816f8a1d95ff 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -33,7 +33,6 @@ class TickClock;
namespace cc {
class SurfaceFactory;
-enum class SurfaceDrawStatus;
}
namespace media {
@@ -239,7 +238,7 @@ class CONTENT_EXPORT DelegatedFrameHost
void SendReclaimCompositorResources(uint32_t output_surface_id,
bool is_swap_ack);
- void SurfaceDrawn(uint32_t output_surface_id, cc::SurfaceDrawStatus drawn);
+ void SurfaceDrawn(uint32_t output_surface_id);
// Called to consult the current |frame_subscriber_|, to determine and maybe
// initiate a copy-into-video-frame request.

Powered by Google App Engine
This is Rietveld 408576698