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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h

Issue 2212163002: Add some plumbing for the color management of canvases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 4 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: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
index 99aa0c2f41c5a27ff77df08f9d1abd07f83aa9f2..c4dc8ba20139dea56c7fdd7c85dfb66c96ad3cf7 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
@@ -17,7 +17,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
// Set up the attributes that can be used to create a GL context via the
// Platform API.
-Platform::ContextAttributes toPlatformContextAttributes(const WebGLContextAttributes&, unsigned webGLVersion);
+Platform::ContextAttributes toPlatformContextAttributes(const CanvasContextCreationAttributes&, unsigned webGLVersion);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698