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

Unified Diff: src/gpu/GrShaderDataManager.cpp

Issue 1225673007: Initial CL to create dummy GrShaderDataManager and thread it through (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 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
Index: src/gpu/GrShaderDataManager.cpp
diff --git a/experimental/PdfViewer/SkTracker.cpp b/src/gpu/GrShaderDataManager.cpp
similarity index 64%
copy from experimental/PdfViewer/SkTracker.cpp
copy to src/gpu/GrShaderDataManager.cpp
index acc52fe50dc8a4739d8c1bc5861046ce7ad528c0..8497f314633822551ad69500af76ebafad31b427 100644
--- a/experimental/PdfViewer/SkTracker.cpp
+++ b/src/gpu/GrShaderDataManager.cpp
@@ -1,8 +1,8 @@
/*
- * Copyright 2013 Google Inc.
+ * Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-#include "SkTracker.h"
+#include "GrShaderDataManager.h"

Powered by Google App Engine
This is Rietveld 408576698