| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| index e4d44dc975ce841ed74d70f5c1770ddc9211e3e5..3b4b653843fe0ece09be238015f7fd0f8f44ef89 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| @@ -29,7 +29,8 @@ class RecordingImageBufferSurfaceTest : public Test {
|
| protected:
|
| RecordingImageBufferSurfaceTest() {
|
| auto test_surface = WTF::MakeUnique<RecordingImageBufferSurface>(
|
| - IntSize(10, 10), kNonOpaque);
|
| + IntSize(10, 10), RecordingImageBufferSurface::kAllowFallback,
|
| + kNonOpaque);
|
| test_surface_ = test_surface.get();
|
| // We create an ImageBuffer in order for the |test_surface| to be
|
| // properly initialized with a GraphicsContext
|
|
|