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

Unified Diff: samplecode/SampleAnimatedText.cpp

Issue 1454653002: Fix skia_gpu=0 build (samplecode/SampleAnimatedText.cpp) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleAnimatedText.cpp
diff --git a/samplecode/SampleAnimatedText.cpp b/samplecode/SampleAnimatedText.cpp
index c7c9aa4043e9c048d4b02c8c779ef2181520b9c6..19a8672abbee143d42349b2da067169a84c24f14 100755
--- a/samplecode/SampleAnimatedText.cpp
+++ b/samplecode/SampleAnimatedText.cpp
@@ -11,9 +11,6 @@
#include "SkUtils.h"
#include "SkColorPriv.h"
#include "SkColorFilter.h"
-#if SK_SUPPORT_GPU
-#include "SkGpuDevice.h"
-#endif
#include "SkRandom.h"
#include "SkSystemEventTypes.h"
#include "SkTime.h"
@@ -21,7 +18,10 @@
#include "SkXfermode.h"
#include "Timer.h"
+#if SK_SUPPORT_GPU
#include "GrContext.h"
+#include "SkGpuDevice.h"
+#endif
SkRandom gRand;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698