Pull PPAPI to get the paint aggregator, hook up UI test.
Review URL: http://codereview.chromium.org/2931002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51902 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 264f3171..f88910d 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -118,6 +118,10 @@
   RunTestViaHTTP("URLLoader");
 }
 
+TEST_F(PPAPITest, PaintAgggregator) {
+  RunTestViaHTTP("PaintAggregator");
+}
+
 // http://crbug.com/48544
 TEST_F(PPAPITest, FAILS_Scrollbar) {
   RunTest("Scrollbar");