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

Unified Diff: ash/sysui/stub_context_factory.h

Issue 2102203003: Color: Plumb color profile from ui::Compositor to cc::DirectRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ozone build Created 4 years, 6 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 | « android_webview/browser/parent_output_surface.cc ('k') | cc/output/delegating_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/stub_context_factory.h
diff --git a/ash/sysui/stub_context_factory.h b/ash/sysui/stub_context_factory.h
index e69741eda613d9111f2ce5e138aba8f19347b25b..46b2a56722c3e02743b722b1a37f1190955111ca 100644
--- a/ash/sysui/stub_context_factory.h
+++ b/ash/sysui/stub_context_factory.h
@@ -41,6 +41,9 @@ class StubContextFactory : public ui::ContextFactory {
cc::SurfaceManager* GetSurfaceManager() override;
void ResizeDisplay(ui::Compositor* compositor,
const gfx::Size& size) override;
+ void SetDisplayColorProfile(ui::Compositor* compositor,
sky 2016/06/29 21:49:04 Don't inline this (see style guide).
ccameron 2016/06/29 23:51:52 Done.
+ const gfx::ColorProfile& color_profile) override {
+ }
void SetAuthoritativeVSyncInterval(ui::Compositor* compositor,
base::TimeDelta interval) override {}
void SetOutputIsSecure(ui::Compositor* compositor, bool secure) override {}
« no previous file with comments | « android_webview/browser/parent_output_surface.cc ('k') | cc/output/delegating_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698