| Index: third_party/WebKit/Source/core/html/canvas/ImageBitmapOffScreenCanvas.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/ImageBitmapOffScreenCanvas.cpp b/third_party/WebKit/Source/core/html/canvas/ImageBitmapOffScreenCanvas.cpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c47257b40192a93330d8dbd555ddec9f4e173d50
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/core/html/canvas/ImageBitmapOffScreenCanvas.cpp
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "config.h"
|
| +#include "core/html/canvas/ImageBitmapOffScreenCanvas.h"
|
| +
|
| +namespace blink {
|
| +
|
| +void ImageBitmapOffScreenCanvas::close(ImageBitmap& context)
|
| +{
|
| +}
|
| +
|
| +} // namespace blink
|
|
|