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

Unified Diff: services/ui/ws/frame_generator.cc

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/ws/frame_generator.h ('k') | services/ui/ws/server_window_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.cc
diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc
index b361bf3ce5377e60b626012060955377cf1c1ad6..99c87813f5dced11dc6727a83c2c717689067eea 100644
--- a/services/ui/ws/frame_generator.cc
+++ b/services/ui/ws/frame_generator.cc
@@ -83,7 +83,7 @@ void FrameGenerator::Draw() {
dirty_rect_ = gfx::Rect();
}
-void FrameGenerator::DidDraw(cc::SurfaceDrawStatus status) {
+void FrameGenerator::DidDraw() {
frame_pending_ = false;
delegate_->OnCompositorFrameDrawn();
if (!dirty_rect_.IsEmpty())
« no previous file with comments | « services/ui/ws/frame_generator.h ('k') | services/ui/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698