summaryrefslogtreecommitdiffstats
path: root/ppapi/example/example.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 04:27:31 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 04:27:31 +0000
commit83c63468031ed3bd321904c57781904e5f22132b (patch)
treed6d240ab634fcc2b0927fbc0a0bb3d2498f38cb8 /ppapi/example/example.cc
parent60398ccd46e3f31d5d4541c0b6de0edde7f98504 (diff)
downloadchromium_src-83c63468031ed3bd321904c57781904e5f22132b.zip
chromium_src-83c63468031ed3bd321904c57781904e5f22132b.tar.gz
chromium_src-83c63468031ed3bd321904c57781904e5f22132b.tar.bz2
Move paint aggregator and the completion callback factory.
Move paint aggregator and the completion callback factory to the ppapi/helpers directory since they're not strictly wrappers. Review URL: http://codereview.chromium.org/9030001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/example/example.cc')
-rw-r--r--ppapi/example/example.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/example/example.cc b/ppapi/example/example.cc
index 72ca3ac..6ba7983 100644
--- a/ppapi/example/example.cc
+++ b/ppapi/example/example.cc
@@ -32,6 +32,7 @@
#include "ppapi/cpp/url_request_info.h"
#include "ppapi/cpp/var.h"
#include "ppapi/cpp/view.h"
+#include "ppapi/utility/completion_callback_factory.h"
static const int kStepsPerCircle = 800;