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

Unified Diff: experimental/mojo/SkMojo.mojom

Issue 1644043003: SkMojo: test linking Skia against the Mojo SDK (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 4 years, 11 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
« no previous file with comments | « experimental/mojo/.gitignore ('k') | experimental/mojo/generate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; };
« no previous file with comments | « experimental/mojo/.gitignore ('k') | experimental/mojo/generate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698