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

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

Issue 675083002: Add cc::RendererSettings for use in with cc::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/onscreen_display_client.h
diff --git a/content/browser/compositor/onscreen_display_client.h b/content/browser/compositor/onscreen_display_client.h
index 206f79a322cf9de9ff7d108ecb81e4f7515c8648..522274a6324ade6ed300da3387c72d71b28c93fd 100644
--- a/content/browser/compositor/onscreen_display_client.h
+++ b/content/browser/compositor/onscreen_display_client.h
@@ -27,6 +27,7 @@ class OnscreenDisplayClient : cc::DisplayClient {
OnscreenDisplayClient(
scoped_ptr<cc::OutputSurface> output_surface,
cc::SurfaceManager* manager,
+ const cc::RendererSettings& settings,
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
~OnscreenDisplayClient() override;
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | content/browser/compositor/onscreen_display_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698