From ae5ff9ae378480a54511e007541b62b5d9ea94bf Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 6 Jan 2012 22:50:33 +0000 Subject: 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 --- ppapi/example/example.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'ppapi/example/example.cc') 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; -- cgit v1.1