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

Unified Diff: ash/sysui/stub_context_factory.cc

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: Rebase on top of s/ColorProfile/ColorSpace/ 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 | « ash/sysui/stub_context_factory.h ('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.cc
diff --git a/ash/sysui/stub_context_factory.cc b/ash/sysui/stub_context_factory.cc
index f830301b11e0f712476228320bf62d4f9177ed75..ce7af105a52e917fadc38c0145c89db77e337821 100644
--- a/ash/sysui/stub_context_factory.cc
+++ b/ash/sysui/stub_context_factory.cc
@@ -85,5 +85,9 @@ cc::SurfaceManager* StubContextFactory::GetSurfaceManager() {
void StubContextFactory::ResizeDisplay(ui::Compositor* compositor,
const gfx::Size& size) {}
+void StubContextFactory::SetDisplayColorSpace(
+ ui::Compositor* compositor,
+ const gfx::ColorSpace& color_space) {}
+
} // namespace sysui
} // namespace ash
« no previous file with comments | « ash/sysui/stub_context_factory.h ('k') | cc/output/delegating_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698