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

Unified Diff: services/ui/public/cpp/output_surface.h

Issue 2260943002: Move default begin frame sources out to mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert SingleThreadProxy changes Created 4 years, 4 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 | « no previous file | services/ui/public/cpp/output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/output_surface.h
diff --git a/services/ui/public/cpp/output_surface.h b/services/ui/public/cpp/output_surface.h
index 399c922f9e2ab0866e71bea29392d7928ac158d5..02b86ee27dc8b888a02a929e7904242fd9d73ed3 100644
--- a/services/ui/public/cpp/output_surface.h
+++ b/services/ui/public/cpp/output_surface.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "cc/output/output_surface.h"
+#include "cc/scheduler/begin_frame_source.h"
#include "cc/surfaces/surface_id.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "services/ui/public/cpp/window_surface.h"
@@ -39,6 +40,7 @@ class OutputSurface : public cc::OutputSurface, public WindowSurfaceClient {
void SwapBuffersComplete();
+ std::unique_ptr<cc::BeginFrameSource> begin_frame_source_;
std::unique_ptr<WindowSurface> surface_;
DISALLOW_COPY_AND_ASSIGN(OutputSurface);
« no previous file with comments | « no previous file | services/ui/public/cpp/output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698