diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 22:50:33 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-06 22:50:33 +0000 |
commit | ae5ff9ae378480a54511e007541b62b5d9ea94bf (patch) | |
tree | ed127f19d1125bb9f94b8b54e03fa32fbac634b1 /ppapi/example/example.cc | |
parent | afc72b46447cc5a5fe181552318fc7bd76d1ffa6 (diff) | |
download | chromium_src-ae5ff9ae378480a54511e007541b62b5d9ea94bf.zip chromium_src-ae5ff9ae378480a54511e007541b62b5d9ea94bf.tar.gz chromium_src-ae5ff9ae378480a54511e007541b62b5d9ea94bf.tar.bz2 |
Move paint aggregator and the completion callback factory.
[Reland of 116281]
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
Review URL: http://codereview.chromium.org/9122012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/example/example.cc')
-rw-r--r-- | ppapi/example/example.cc | 1 |
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; |