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

Unified Diff: third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp

Issue 2212163002: Add some plumbing for the color management of canvases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build and tests 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/core/paint/HTMLCanvasPainterTest.cpp
diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
index f80897dd062436fccbd543618ab2659efcea6a38..8c4b2752310b73d09273bc72114918be6bcc4810 100644
--- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
+++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
@@ -56,7 +56,7 @@ protected:
{
return adoptRef(new Canvas2DLayerBridge(
wrapUnique(new FakeWebGraphicsContext3DProvider(&m_gl)),
- size, 0, NonOpaque, Canvas2DLayerBridge::ForceAccelerationForTesting));
+ size, 0, NonOpaque, Canvas2DLayerBridge::ForceAccelerationForTesting, nullptr));
Stephen White 2016/08/12 19:48:31 Nit: maybe wrap this line at 80 cols, since the pr
Justin Novosad 2016/08/12 20:08:49 Done.
}
private:

Powered by Google App Engine
This is Rietveld 408576698