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

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: 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
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..094227233f0b74b25a51f518c41cfc38464094f7 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::ColorProfile& color_profile,
bool has_alpha) {
DCHECK_EQ(1.f, scale_factor);
surface_size_ = size;

Powered by Google App Engine
This is Rietveld 408576698