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

Unified Diff: android_webview/browser/parent_output_surface.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 | « android_webview/browser/parent_output_surface.h ('k') | ash/sysui/stub_context_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/parent_output_surface.cc
diff --git a/android_webview/browser/parent_output_surface.cc b/android_webview/browser/parent_output_surface.cc
index 7c6dd98080e6d9e0c78431352d54df3cc1db968c..7373d39246019c5a78057b5de07309c46f79cafc 100644
--- a/android_webview/browser/parent_output_surface.cc
+++ b/android_webview/browser/parent_output_surface.cc
@@ -27,6 +27,7 @@ void ParentOutputSurface::DidLoseOutputSurface() {
void ParentOutputSurface::Reshape(const gfx::Size& size,
float scale_factor,
+ const gfx::ColorSpace& color_space,
bool has_alpha) {
DCHECK_EQ(1.f, scale_factor);
surface_size_ = size;
« no previous file with comments | « android_webview/browser/parent_output_surface.h ('k') | ash/sysui/stub_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698