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

Unified Diff: tests/ValueTest.cpp

Issue 1589953003: sketch SkValue API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: hal 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 | « src/core/SkValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ValueTest.cpp
diff --git a/src/gpu/SkGrTexturePixelRef.cpp b/tests/ValueTest.cpp
similarity index 62%
copy from src/gpu/SkGrTexturePixelRef.cpp
copy to tests/ValueTest.cpp
index ae2bbddcf5df1b24ff5f20c1fcd105637c95a857..220ef2f9aeceb43d318a2c2f3c250a837c9c25d4 100644
--- a/src/gpu/SkGrTexturePixelRef.cpp
+++ b/tests/ValueTest.cpp
@@ -1,11 +1,9 @@
-
/*
- * 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.
*/
-
-
-#include "SkGrTexturePixelRef.h"
+#include "Test.h"
+#include "SkValue.h"
« no previous file with comments | « src/core/SkValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698