commit | ab9d30cb01d0c8401537dc115aba2842b0f4f27f | [log] [tgz] |
---|---|---|
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 10 02:53:30 2013 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 10 02:53:30 2013 +0000 |
tree | 5d74b5fa5d109151d72db3655dc8b8ad57b0b0b3 | |
parent | b5a6651f9f69570d964382134d64360915db9a29 [diff] |
basically a typo R=caryclark@google.com, bsalomon@google.com Author: yunchao.he@intel.com Review URL: https://codereview.chromium.org/23619063 git-svn-id: http://skia.googlecode.com/svn/trunk@11689 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/SkiaExamples/HelloSkiaExample.cpp b/experimental/SkiaExamples/HelloSkiaExample.cpp index 2424b76..0b6c790 100644 --- a/experimental/SkiaExamples/HelloSkiaExample.cpp +++ b/experimental/SkiaExamples/HelloSkiaExample.cpp
@@ -24,7 +24,7 @@ fWindow->setupBackend(SkExampleWindow::kGPU_DeviceType); // Another option is software rendering: - // setupBackend(SkExampleWindow::kRaster_DeviceType); + // fWindow->setupBackend(SkExampleWindow::kRaster_DeviceType); } protected: