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

Unified Diff: content/browser/compositor/surface_display_output_surface.h

Issue 792383004: Run draw callback immediately if no Display is damaged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/compositor/surface_display_output_surface.h
diff --git a/content/browser/compositor/surface_display_output_surface.h b/content/browser/compositor/surface_display_output_surface.h
index 8c16f4793af7b9d856153be5d050352a02ee3168..670aea7a7e1a5f5f1cc0e65be457cdc0ed69bf8d 100644
--- a/content/browser/compositor/surface_display_output_surface.h
+++ b/content/browser/compositor/surface_display_output_surface.h
@@ -47,7 +47,7 @@ class SurfaceDisplayOutputSurface : public cc::OutputSurface,
void ReturnResources(const cc::ReturnedResourceArray& resources) override;
private:
- void SwapBuffersComplete(bool drawn);
+ void SwapBuffersComplete(cc::SurfaceDrawStatus drawn);
OnscreenDisplayClient* display_client_;
cc::SurfaceManager* surface_manager_;
« no previous file with comments | « content/browser/compositor/onscreen_display_client.h ('k') | content/browser/compositor/surface_display_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698