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

Unified Diff: src/core/SkBitmapProcShader.h

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Additional change for working around Chromium. Created 5 years, 4 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/core/SkBitmapProcShader.h
diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h
index ea16d1fa9f48566e602769a9bcd96692fa67177f..39c4e8c06a7d7a9b74f6115b387615616b29d2cc 100644
--- a/src/core/SkBitmapProcShader.h
+++ b/src/core/SkBitmapProcShader.h
@@ -11,9 +11,10 @@
#define SkBitmapProcShader_DEFINED
#include "SkShader.h"
-#include "SkBitmapProcState.h"
#include "SkSmallAllocator.h"
+class SkBitmapProcState;
bungeman-skia 2015/08/19 18:29:55 This was done because chromium/src/skia/ext/pixel_
+
class SkBitmapProcShader : public SkShader {
public:
SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty,

Powered by Google App Engine
This is Rietveld 408576698