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

Unified Diff: experimental/webtry/templates/template.cpp

Issue 312373002: Add metrics reporting to SkFiddle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix linking Created 6 years, 6 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 | « no previous file | experimental/webtry/webtry.go » ('j') | experimental/webtry/webtry.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/template.cpp
diff --git a/experimental/webtry/templates/template.cpp b/experimental/webtry/templates/template.cpp
index 282475b0ffeecde5db059f9b50983ad88937bbf2..6c5cfa80e9a13a49eea028271264884f4b1cda0e 100644
--- a/experimental/webtry/templates/template.cpp
+++ b/experimental/webtry/templates/template.cpp
@@ -18,6 +18,7 @@
#include "SkBlurDrawLooper.h"
#include "SkBlurImageFilter.h"
#include "SkBlurMaskFilter.h"
+#include "SkBlurTypes.h"
mtklein 2014/06/06 02:50:50 We should figure out how to write a genrule in GYP
jcgregorio 2014/06/06 12:50:45 Any help you can provide would be appreciated, my
#include "SkCanvas.h"
#include "SkChecksum.h"
#include "SkChunkAlloc.h"
@@ -120,7 +121,6 @@
#include "SkRefCnt.h"
#include "SkRegion.h"
#include "SkRRect.h"
-#include "SkRTreePicture.h"
#include "SkScalar.h"
#include "SkShader.h"
#include "SkSize.h"
@@ -139,7 +139,6 @@
#include "SkTemplates.h"
#include "SkTestImageFilters.h"
#include "SkThread.h"
-#include "SkTileGridPicture.h"
#include "SkTileImageFilter.h"
#include "SkTime.h"
#include "SkTInternalLList.h"
@@ -151,6 +150,7 @@
#include "SkTypes.h"
#include "SkUnPreMultiply.h"
#include "SkUtils.h"
+#include "SkVertState.h"
#include "SkWeakRefCnt.h"
#include "SkWriteBuffer.h"
#include "SkWriter32.h"
« no previous file with comments | « no previous file | experimental/webtry/webtry.go » ('j') | experimental/webtry/webtry.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698