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

Unified Diff: services/ui/ws/frame_generator.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
« no previous file with comments | « services/ui/surfaces/display_compositor.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index 1872f1a5ed546e43df98e049585d54bda30659eb..870fb5a0f20a18515930ed5897fe8517e0b15533 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -16,7 +16,6 @@ namespace cc {
class CompositorFrame;
class CopyOutputRequest;
class RenderPass;
-enum class SurfaceDrawStatus;
}
namespace ui {
@@ -64,7 +63,7 @@ class FrameGenerator {
// This is called after the DisplayCompositor has completed generating a new
// frame for the display. TODO(fsamuel): Idle time processing should happen
// here if there is budget for it.
- void DidDraw(cc::SurfaceDrawStatus status);
+ void DidDraw();
// Generates the CompositorFrame for the current |dirty_rect_|.
cc::CompositorFrame GenerateCompositorFrame();
« no previous file with comments | « services/ui/surfaces/display_compositor.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698