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

Unified Diff: cc/test/failure_output_surface.cc

Issue 916723002: cc: Add threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update raster skewport setting. Rebase and update test context provider to match latest Skia. Created 5 years, 10 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: cc/test/failure_output_surface.cc
diff --git a/cc/test/failure_output_surface.cc b/cc/test/failure_output_surface.cc
index 2c878534b7dd5ddd967dbb9dca25629dff98e465..c0d5fdb0ad805e42b6c612c176316d64b3aba2dd 100644
--- a/cc/test/failure_output_surface.cc
+++ b/cc/test/failure_output_surface.cc
@@ -7,7 +7,7 @@
namespace cc {
FailureOutputSurface::FailureOutputSurface(bool is_delegating)
- : FakeOutputSurface(nullptr, nullptr, is_delegating) {
+ : FakeOutputSurface(static_cast<ContextProvider*>(nullptr), is_delegating) {
vmpstr 2015/02/11 23:53:37 Do you need a cast here? nullptr_t is supposed to
vmiura 2015/02/12 00:12:03 FakeOutputSurface has two constructors that take a
}
bool FailureOutputSurface::BindToClient(OutputSurfaceClient* client) {

Powered by Google App Engine
This is Rietveld 408576698