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

Unified Diff: android_webview/browser/parent_output_surface.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 | « no previous file | android_webview/browser/parent_output_surface.cc » ('j') | ash/sysui/stub_context_factory.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/parent_output_surface.h
diff --git a/android_webview/browser/parent_output_surface.h b/android_webview/browser/parent_output_surface.h
index 4138d9171a9be3081d09140b285b17b02e708b38..36a85552d146e746e9213cc1ba318eeacb26a2bf 100644
--- a/android_webview/browser/parent_output_surface.h
+++ b/android_webview/browser/parent_output_surface.h
@@ -22,6 +22,7 @@ class ParentOutputSurface : NON_EXPORTED_BASE(public cc::OutputSurface) {
void DidLoseOutputSurface() override;
void Reshape(const gfx::Size& size,
float scale_factor,
+ const gfx::ColorProfile& color_profile,
bool has_alpha) override;
void SwapBuffers(cc::CompositorFrame frame) override;
void ApplyExternalStencil() override;
« no previous file with comments | « no previous file | android_webview/browser/parent_output_surface.cc » ('j') | ash/sysui/stub_context_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698