summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/mouse_lock
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 22:50:33 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-06 22:50:33 +0000
commitae5ff9ae378480a54511e007541b62b5d9ea94bf (patch)
treeed127f19d1125bb9f94b8b54e03fa32fbac634b1 /ppapi/examples/mouse_lock
parentafc72b46447cc5a5fe181552318fc7bd76d1ffa6 (diff)
downloadchromium_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/examples/mouse_lock')
-rw-r--r--ppapi/examples/mouse_lock/mouse_lock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/examples/mouse_lock/mouse_lock.cc b/ppapi/examples/mouse_lock/mouse_lock.cc
index 68aa4ac..6a934ba 100644
--- a/ppapi/examples/mouse_lock/mouse_lock.cc
+++ b/ppapi/examples/mouse_lock/mouse_lock.cc
@@ -8,7 +8,6 @@
#include "ppapi/c/dev/ppb_console_dev.h"
#include "ppapi/c/ppb_input_event.h"
-#include "ppapi/cpp/completion_callback.h"
#include "ppapi/cpp/graphics_2d.h"
#include "ppapi/cpp/image_data.h"
#include "ppapi/cpp/input_event.h"
@@ -18,6 +17,7 @@
#include "ppapi/cpp/mouse_lock.h"
#include "ppapi/cpp/rect.h"
#include "ppapi/cpp/var.h"
+#include "ppapi/utility/completion_callback_factory.h"
class MyInstance : public pp::Instance, public pp::MouseLock {
public: