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

Unified Diff: experimental/SkiaExamples/HelloSkiaExample.cpp

Issue 23619063: basically a typo (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: basically a typo Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkiaExamples/HelloSkiaExample.cpp
diff --git a/experimental/SkiaExamples/HelloSkiaExample.cpp b/experimental/SkiaExamples/HelloSkiaExample.cpp
index 2424b76f96acc36304b05973a5165e9b090ce3dc..0b6c790460eb54900b859e839f73275a0ead41ee 100644
--- a/experimental/SkiaExamples/HelloSkiaExample.cpp
+++ b/experimental/SkiaExamples/HelloSkiaExample.cpp
@@ -24,7 +24,7 @@ public:
fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType);
// Another option is software rendering:
- // setupBackend(SkExampleWindow::kRaster_DeviceType);
+ // fWindow->setupBackend(SkExampleWindow::kRaster_DeviceType);
}
protected:
« 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