summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/2d/paint_manager_example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/examples/2d/paint_manager_example.cc')
-rw-r--r--ppapi/examples/2d/paint_manager_example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/examples/2d/paint_manager_example.cc b/ppapi/examples/2d/paint_manager_example.cc
index fdf5a8b..d3530cb 100644
--- a/ppapi/examples/2d/paint_manager_example.cc
+++ b/ppapi/examples/2d/paint_manager_example.cc
@@ -8,8 +8,8 @@
#include "ppapi/cpp/input_event.h"
#include "ppapi/cpp/instance.h"
#include "ppapi/cpp/module.h"
-#include "ppapi/cpp/paint_manager.h"
#include "ppapi/cpp/size.h"
+#include "ppapi/utility/graphics/paint_manager.h"
// Number of pixels to each side of the center of the square that we draw.
static const int kSquareRadius = 2;