| Index: experimental/mojo/SkMojo.mojom
|
| diff --git a/src/gpu/SkGrTexturePixelRef.cpp b/experimental/mojo/SkMojo.mojom
|
| similarity index 55%
|
| copy from src/gpu/SkGrTexturePixelRef.cpp
|
| copy to experimental/mojo/SkMojo.mojom
|
| index ae2bbddcf5df1b24ff5f20c1fcd105637c95a857..85b46cc54de25b157d37dd8d4454115d664f556c 100644
|
| --- a/src/gpu/SkGrTexturePixelRef.cpp
|
| +++ b/experimental/mojo/SkMojo.mojom
|
| @@ -1,11 +1,10 @@
|
| -
|
| /*
|
| - * Copyright 2010 Google Inc.
|
| + * Copyright 2016 Google Inc.
|
| *
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
|
|
| +module SkMojo;
|
|
|
| -
|
| -#include "SkGrTexturePixelRef.h"
|
| +struct FlattenedPicture { array<uint8> data; };
|
|
|