summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorrobertphillips <robertphillips@google.com>2015-01-06 12:02:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-06 20:03:35 +0000
commit90334831a0069cee46abf26a0ed2b04a25a498d8 (patch)
treefd68a723b298efa0a20bdb87f125e73aa5b3a36b /skia
parent2701185b84d9e8ef62068839620599b891fc1e1e (diff)
downloadchromium_src-90334831a0069cee46abf26a0ed2b04a25a498d8.zip
chromium_src-90334831a0069cee46abf26a0ed2b04a25a498d8.tar.gz
chromium_src-90334831a0069cee46abf26a0ed2b04a25a498d8.tar.bz2
Fix inclusion of SkDrawPictureCallback.h
SkDrawPictureCallback is going to be renamed (https://codereview.chromium.org/837693002/). This CL updates the includes to stage the transition. Review URL: https://codereview.chromium.org/806553004 Cr-Commit-Position: refs/heads/master@{#310119}
Diffstat (limited to 'skia')
-rw-r--r--skia/ext/analysis_canvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/analysis_canvas.h b/skia/ext/analysis_canvas.h
index 53a91d3..66186c0 100644
--- a/skia/ext/analysis_canvas.h
+++ b/skia/ext/analysis_canvas.h
@@ -7,7 +7,7 @@
#include "base/compiler_specific.h"
#include "third_party/skia/include/core/SkCanvas.h"
-#include "third_party/skia/include/core/SkPicture.h"
+#include "third_party/skia/include/core/SkDrawPictureCallback.h"
namespace skia {